/lesscss-engine

Ant task for Java lesscss

Primary LanguageJavaApache License 2.0Apache-2.0

LESS Engine w/ Ant Task

This fork of asual's lesscss engine extends it with an ant task to make it easy to place it in ant buildfiles.

This is how you can integrate less in your buildfile:

If you don't have/want to use Maven to build the sources, you can download the enhanced lesscss-engine jar directly from the downloads section of this repo.

To run the task, the basic dependencies are:

  • Rhino (js-1.6R7.jar)
  • Apache Commons Logging

TODOs:

  • add compressor capability to the task
  • write tests to integrate the new capability