Community contributed extensions

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

1.0.36 Aug 17 2012 Documentation Try Play
1.0.35 Aug 03 2012 Documentation Try Play
1.0.34 Aug 03 2012 Documentation Try Play
1.0.33 Jul 26 2012 Documentation Try Play
1.0.32 Jun 20 2012 Documentation Try Play
1.0.31 Jun 19 2012 Documentation Try Play
1.0.30 Jun 18 2012 Documentation Try Play
1.0.29 Jun 12 2012 Documentation Try Play
1.0.28 Jun 12 2012 Documentation Try Play
1.0.27 Jun 12 2012 Documentation Try Play
1.0.26 Apr 20 2012 Documentation Try Play
1.0.25 Nov 28 2011 Documentation Try Play
1.0.24 Nov 11 2011 Documentation Try Play
1.0.23 Jul 13 2011 Documentation Try Play
1.0.22 Jun 23 2011 Documentation Try Play
1.0.21 Jun 16 2011 Documentation Try Play
1.0.20 May 30 2011 Documentation Try Play
1.0.19 May 13 2011 Documentation Try Play
1.0.18 May 06 2011 Documentation Try Play
1.0.17 Apr 27 2011 Documentation Try Play
1.0.16 Feb 24 2011 Documentation Try Play
1.0.15 Feb 21 2011 Documentation Try Play
1.0.14 Feb 15 2011 Documentation Try Play
1.0.13 Jan 21 2011 Documentation Try Play
1.0.12 Nov 30 2010 Documentation Try Play
1.0.11 Nov 26 2010 Documentation Try Play
1.0.10 Oct 20 2010 Documentation Try Play
1.0.9 Oct 06 2010 Documentation Try Play
1.0.8 Sep 07 2010 Documentation Try Play
1.0.7 Aug 26 2010 Documentation Try Play
1.0.6 Aug 06 2010 Documentation Try Play
1.0.5 Aug 06 2010 Documentation Try Play
1.0.4 Aug 06 2010 Documentation Try Play
1.0.3 Aug 06 2010 Documentation Try Play
1.0.2 Aug 05 2010 Documentation Try Play
1.0.1 Aug 03 2010 Documentation Try Play
1.0 Jul 29 2010 Documentation Try Play

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}