Skip to content

cimi/lesscss-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ant task for Java lesscss

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 70.3%
  • JavaScript 29.7%