rebase modification

This commit is contained in:
Alexandre Cloutier
2014-11-11 22:32:43 -05:00
committed by Francis Lachapelle
parent 1b3eb66619
commit aac2081116
2 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ WEBSERVER_RESOURCE_DIRS = css fonts img js
build-static-files:
@if [ -d bower_components ]; then \
bower update; \
bower update --allow-root; \
else \
bower install; \
bower install --allow-root; \
fi
( cd bower_components/underscore/ && npm run-script build )
grunt build