Play framework is joining the Typesafe Stack — More information in the official announcement

Community contributed extensions

Minimize javascript/css files [press] module

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.

http://github.com/dirkmc/press

Written by Dirk.

Published releases

press-1.0.25 ★ Nov 28, 2011 Documentation Download
press-1.0.24   Nov 11, 2011 Documentation Download
press-1.0.23   Jul 13, 2011 Documentation Download
press-1.0.22   Jun 23, 2011 Documentation Download
press-1.0.21   Jun 16, 2011 Documentation Download
press-1.0.20   May 30, 2011 Documentation Download
press-1.0.19   May 13, 2011 Documentation Download
press-1.0.18   May 06, 2011 Documentation Download
press-1.0.17   Apr 27, 2011 Documentation Download
press-1.0.16   Feb 24, 2011 Documentation Download
press-1.0.15   Feb 21, 2011 Documentation Download
press-1.0.14   Feb 15, 2011 Documentation Download
press-1.0.13   Jan 21, 2011 Documentation Download
press-1.0.12   Nov 30, 2010 Documentation Download
press-1.0.11   Nov 26, 2010 Documentation Download
press-1.0.10   Oct 20, 2010 Documentation Download
press-1.0.9   Oct 06, 2010 Documentation Download
press-1.0.8   Sep 07, 2010 Documentation Download
press-1.0.7   Aug 26, 2010 Documentation Download
press-1.0.3   Aug 06, 2010 Documentation Download
press-1.0.4   Aug 06, 2010 Documentation Download
press-1.0.5   Aug 06, 2010 Documentation Download
press-1.0.6   Aug 06, 2010 Documentation Download
press-1.0.2   Aug 05, 2010 Documentation Download
press-1.0.1   Aug 03, 2010 Documentation Download
press-1.0   Jul 29, 2010 Documentation Download

To install locally this modules 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}

Check the documentation link of each release to check version notes.

Comments

Use this form to discuss about this module. Off-topic comments will be deleted without warning.