Document how to minify JS and CSS in 16.1

This commit is contained in:
Ralf Becker 2016-05-16 19:33:13 +02:00
parent 82aa64cc8b
commit a5f560fa0a

View File

@ -13,4 +13,9 @@
* # add a line /path/to/egroupware/.mrconfig to your ~/.mrtrust, to allow running composer.phar and git clone -b 16.1 * # add a line /path/to/egroupware/.mrconfig to your ~/.mrtrust, to allow running composer.phar and git clone -b 16.1
* mr up * mr up
* # enable further / non-default EGroupware apps be uncommenting them in .mrconfig and run mr up * # enable further / non-default EGroupware apps be uncommenting them in .mrconfig and run mr up
* continue installation at http://localhost/egroupware/setup/ * # continue installation at http://localhost/egroupware/setup/
* # to get minified JavaScript and CSS you need to install nodejs and grunt, if you have not already done so
* # install nodejs from your distribution package manager
* npm install -g grunt-cli # installs grunt globally
* npm install # installes required grunt modules into node_modules/ dir
* grunt # minify javascript and css, needs to run after every update!