forked from less/less.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Converting LESS to CSS
Jon Schlinkert edited this page Mar 24, 2013
·
3 revisions
-
assemble-less: Full-featured Grunt.js plugin for compiling LESS files to CSS, with additional options for maintaining libraries of LESS components and themes. For advanced users, this plugin allows you to define and manage LESS "packages" or "bundles" using JSON, Lo-dash(underscore) templates (e.g.
<%= bootstrap.less %>), and node-glob / minimatch (e.g.'../src/**/*.less"). assemble-less also has a number of options including minifying CSS - RECESS: Twitter's code quality tool for CSS built on top of LESS. RECESS has options for compiling LESS to CSS, as well as linting, formatting and minifying CSS.
- autoless: A LESS files watcher, with dependency tracking (changes to imported files cause other files to be updated too) and growl notifications.
- Connect Middleware for LESS.js: Connect Middleware for LESS.js compiling
Wro4j Runner CLI Download the wro4j-runner.jar file and run the following command:
java -jar wro4j-runner-1.5.0-jar-with-dependencies.jar --preProcessors lessCss`More details can be found here: Wro4j Runner CLI
CSS::LESSp http://search.cpan.org/~drinchev/CSS-LESSp/
lessp.pl styles.less > styles.cssWindows Script Host LESS.js for Windows with this usage:
cscript //nologo lessc.wsf input.less [output.css] [-compress]or
lessc input.less [output.css] [-compress]dotless dotless for Windows can be run like this:
dotless.Compiler.exe [-switches] <inputfile> [outputfile]