add dialog window for public and allusers access

This commit is contained in:
Alexandre Cloutier
2014-10-08 15:14:15 -04:00
committed by Francis Lachapelle
parent df3ad5445c
commit 4e8d3ce900
2 changed files with 34 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