Less module [less] module
This module is for the Play 1.x series only.
The less module automatically converts less (http://lesscss.org/)
to CSS, and handles error reporting in your Play application. This module supports Twitter Bootstrap 2.
https://github.com/lunatech-labs/play-module-less
Written by Erik Bakker.
Published releases
0.9.1 | May 07 2012 | Documentation | Try Play |
0.9 | Feb 01 2012 | Documentation | Try Play |
0.3.compatibility | Sep 02 2011 | Documentation | Try Play |
0.3 | Jul 13 2011 | Documentation | Try Play |
0.2 | Jul 06 2011 | Documentation | Try Play |
0.1 | Mar 03 2011 | Documentation | Try Play |
To install locally this module use the install
command:
play install less-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> less {version}