diff --git a/Makefile b/Makefile index 797dac2..10a6ab0 100644 --- a/Makefile +++ b/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/ node_modules: package.json - yarn + $(hainish) yarn Gemfile.lock: Gemfile $(hainish) 'bundle install' @@ -58,7 +58,7 @@ $(hain)/run/nginx/nginx.pid: $(hainish) nginx /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 @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) 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 # node_modules/font-awesome/scss/_variables.scss