mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-13 17:38:01 +00:00
(js) Replace bower packages by npm packages
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user