Minimize javascript/css files [press] module
This module is for the Play 1.x series only.
The press module is a JavaScript and CSS minimizer that is designed to be transparent to the application developer:
Simply replace script tags with #{press.script} tags.
It is a simplified version of the greenscript module, with the difference that the order of JS/CSS remains the same whether or not compression is enabled, making it easier to debug. Greenscript is more feature rich and may be more appropriate for some applications.
Press now supports Less CSS
http://github.com/dirkmc/press
Written by Dirk.
Published releases
To install locally this module use the install
command:
play install press-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> press {version}