Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 965 Bytes

File metadata and controls

23 lines (18 loc) · 965 Bytes

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