Remove dependency on bower

This commit is contained in:
Frédéric Guillot
2019-02-21 13:56:54 -08:00
parent aa569551dc
commit e1849fb4c1
171 changed files with 9229 additions and 373 deletions

View File

@@ -1,11 +1,10 @@
all: static
clean:
@ rm -rf ./node_modules ./bower_components
@ rm -rf ./node_modules
static: clean
@ npm install
@ ./node_modules/.bin/gulp bower
@ ./node_modules/.bin/gulp vendor js css
@ ./node_modules/.bin/jshint assets/js/{core,components,polyfills}