(js) Replace bower packages by npm packages

This commit is contained in:
Francis Lachapelle
2019-06-18 14:47:01 -04:00
parent 211385ff4d
commit 0febc1ef18
6 changed files with 37 additions and 47 deletions
+1 -6
View File
@@ -10,16 +10,11 @@ CSS_FILES = css/styles.css css/styles.css.map css/no-animation.css css/no-anima
.DEFAULT_GOAL := all
dev:
npm install --production
npm install
@if [ ! -e angular-material/src ]; then \
git submodule init; \
fi
git submodule update
@if [ -d bower_components ]; then \
bower update --allow-root; \
else \
bower install --allow-root; \
fi
grunt --stack build
prod: