usar hainish en todos los comandos también
This commit is contained in:
parent
f3f367c195
commit
f8822dc10d
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -49,7 +49,7 @@ push: ## Publica los cambios locales
|
||||||
rsync -avi --delete-after _site/ root@athshe.sutty.nl:/srv/sutty/srv/http/data/_deploy/$(site).sutty.nl/
|
rsync -avi --delete-after _site/ root@athshe.sutty.nl:/srv/sutty/srv/http/data/_deploy/$(site).sutty.nl/
|
||||||
|
|
||||||
node_modules: package.json
|
node_modules: package.json
|
||||||
yarn
|
$(hainish) yarn
|
||||||
|
|
||||||
Gemfile.lock: Gemfile
|
Gemfile.lock: Gemfile
|
||||||
$(hainish) 'bundle install'
|
$(hainish) 'bundle install'
|
||||||
|
@ -58,7 +58,7 @@ $(hain)/run/nginx/nginx.pid:
|
||||||
$(hainish) nginx
|
$(hainish) nginx
|
||||||
|
|
||||||
/tmp/webpack.pid:
|
/tmp/webpack.pid:
|
||||||
./node_modules/.bin/webpack-dev-server --public $(domain):4000 --host 127.0.0.1 --port 65001 & echo $$! > /tmp/webpack.pid
|
$(hainish) ./node_modules/.bin/webpack-dev-server --public $(domain):4000 --host 127.0.0.1 --port 65001 & echo $$! > /tmp/webpack.pid
|
||||||
|
|
||||||
/etc/hosts: always
|
/etc/hosts: always
|
||||||
@echo "Chequeando si es necesario agregar el dominio local $(domain)"
|
@echo "Chequeando si es necesario agregar el dominio local $(domain)"
|
||||||
|
@ -66,7 +66,7 @@ $(hain)/run/nginx/nginx.pid:
|
||||||
|
|
||||||
js = $(wildcard _packs/*.js) $(wildcard _packs/*/*.js) $(wildcard *.js)
|
js = $(wildcard _packs/*.js) $(wildcard _packs/*/*.js) $(wildcard *.js)
|
||||||
assets/js/pack.js: $(js)
|
assets/js/pack.js: $(js)
|
||||||
./node_modules/.bin/webpack --config webpack.prod.js
|
$(hainish) ./node_modules/.bin/webpack --config webpack.prod.js
|
||||||
|
|
||||||
# Tomar los códigos de los íconos de este archivo y copiarlos a fa.txt
|
# Tomar los códigos de los íconos de este archivo y copiarlos a fa.txt
|
||||||
# node_modules/font-awesome/scss/_variables.scss
|
# node_modules/font-awesome/scss/_variables.scss
|
||||||
|
|
Loading…
Reference in a new issue