mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
added commented (!) lines to automatic create minified javascript and css
This commit is contained in:
parent
914fa40b39
commit
5f96c66492
@ -29,6 +29,10 @@ checkout = git clone git@github.com:EGroupware/egroupware.git &&
|
||||
/usr/bin/env composer.phar install
|
||||
update = git stash -q || true ; git pull --rebase ; git stash pop -q 2>/dev/null || true;
|
||||
/usr/bin/env composer.phar install
|
||||
# uncomment for minified javascript and css, IF you have nodejs and grunt installed: npm install -g grunt-cli
|
||||
#post_checkout = /usr/bin/env npm install && /usr/bin/env grunt
|
||||
#post_update = /usr/bin/env npm install && /usr/bin/env grunt
|
||||
order = 20 # to run after all other checkout/updates, as some apps (eg. projectmanager) need to update first
|
||||
|
||||
###
|
||||
### Optional apps you can enable by uncommenting them and (re-)run: mr up
|
||||
|
Loading…
Reference in New Issue
Block a user