Fix Gulp build command

This commit is contained in:
Thibaud Fabre
2016-09-27 06:13:25 +02:00
parent 826845f65b
commit 8463b81752

View File

@@ -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