added commented (!) lines to automatic create minified javascript and css

This commit is contained in:
Ralf Becker 2016-05-25 15:05:06 +02:00
parent 914fa40b39
commit 5f96c66492

View File

@ -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