mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
add dialog window for public and allusers access
This commit is contained in:
committed by
Francis Lachapelle
parent
df3ad5445c
commit
4e8d3ce900
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user