Skip to content
/ lessc Public

A less plugin for the Jam package manager. (Looking for a new maintainer.)

Notifications You must be signed in to change notification settings

shovon/lessc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attention: I'm looking for a new maintainer

I no longer want to work on this project anymore. I use Bower and a dynamic compiler to help me develop projects that use LESS. I don't see the need for this anymore.

lessc

This Jam package will allow your web app to load LESS files, compile them to CSS, and apply the styles to your page, on the file.

But that's not all, the LESS code will actually be embedded onto your optimized version of your app.

Installation and Usage.

Since it's a jam package, you would install it just like any other.

$ jam install lessc

And you would use it like so.

require('lessc!less/style.less', function () {
    // Just loading a less text file will compile it for you,
    // and apply it to the current page.
});

And what about optmization? Well, just calling jam compile should do the trick.

ps. Special thanks goes to @ryanramage

About

A less plugin for the Jam package manager. (Looking for a new maintainer.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published