Remove dependency on yarn

This commit is contained in:
Frederic Guillot
2017-10-18 14:00:07 -07:00
parent bd695ae985
commit 762e17032a
3 changed files with 1 additions and 2415 deletions

View File

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