Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ceaseless

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ceaseless

Enhanced Less Compiler

  • 0.1.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Ceaseless

Ceaseless.js enhances the Less.js compiler. It provides command line option --watch, like the one in the SASS.

Why

Less.js isn't easy to use. To compile some .less file, you have to do this:

$ lessc foo.less > foo.css

But I'd prefer:

$ lessc foo.less                    # generate foo.css respectively

Besides, Less.js does not support fancy features like live compiling, Which I enjoyed alot whilst using the sass gem from the Ruby land.

So here's this npm module.

Install

Just $ npm install -g ceaseless, you are good to go.

Usage

To compile some less files

$ ceaseless assets/css/foo.less     # compile single file
$ ceaseless assets/css/             # compile all *.less files under some dir

Go live

$ ceaseless --watch assets/css/     # watch for file modifications, creations or deletions

FAQs

Package last updated on 05 Sep 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc