The LESS module allows you to use LESS stylesheets in your Play application, without having to manually compile them to CSS.
See http://www.playframework.org/modules/less
Add the less module to your application.conf:
module.less=${play.path}/modules/lessNow any file in your public/ directory that ends in .less is automatically processed by the plugin, and output as CSS.
https://github.com/lunatech-labs/play-module-less/
See http://www.playframework.org/modules/less
Copyright © 2005-2012, Lunatech Labs B.V. All rights reserved.