Update readme

This commit is contained in:
chylex 2017-05-20 15:21:59 +02:00
parent e96aa4fb96
commit 0c335fb4bc

View File

@ -10,10 +10,8 @@ The `track.js` script is ready to be added as a bookmark in a browser, or ran in
## Minification
The build process automatically minifies the generated files. **YUI Compressor** is used for CSS and **UglifyJS** is used for JavaScript.
The build process automatically minifies the generated files. **YUI Compressor** is used for CSS and **UglifyJS** is used for JavaScript. To disable minification, use the `--nominify` flag.
**YUI** requires **Java 7+** on the PATH. If Java is not available, CSS compression will be skipped.
**UglifyJS** is executed using the included **Node** runner with all packages already installed in the repository.
To disable minification, use the `--nominify` flag.