Update javascript dev dependencies

This commit is contained in:
Frederic Guillot
2017-01-02 20:47:20 -05:00
parent 3833c12ccc
commit f2a24fb3bf
9 changed files with 2431 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ clean:
@ rm -rf ./node_modules ./bower_components
static: clean
@ npm install
@ yarn install || npm install
@ ./node_modules/.bin/gulp bower
@ ./node_modules/.bin/gulp vendor js css
@ ./node_modules/.bin/jshint assets/js/{core,components,polyfills}