From 8463b81752346a5324a2831556898f43df2a454f Mon Sep 17 00:00:00 2001 From: Thibaud Fabre Date: Tue, 27 Sep 2016 06:13:25 +0200 Subject: [PATCH] Fix Gulp build command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 369f5ca8b0..6a8512df5b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ install_assets: rm -rf ./www/assets rm -rf ./www/bower_components npm install - ./node_modules/bin/gulp build + ./node_modules/.bin/gulp build config: @php bin/console compile:configuration