less-watcher

1.2.0 • Public • Published

Build Status

less-watcher is a script that can watch a directory and recompile your .less scripts if they change. It's useful for development as you don't need to think about recompiling your Less files.

It searches in a recursive manner so sub-directories are handled as well.

To install less-watcher via npm simply do:

$ sudo npm install less-watcher

To use less-watcher simply do:

less-watcher -p [prefix] -d [directory]

Options:
  -d  Specify which directory to scan.                                                                         [default: "."]
  -p  Which prefix should the compiled files have? Default is style.less will be compiled to .less.style.css.  [default: ".less."]
  -h  Prints help                                                                                              [boolean]

For more info read: http://amix.github.com/less-watcher/

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    12
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.2.0
    12
  • 1.1.3
    3
  • 1.1.2
    2
  • 1.1.0
    3
  • 1.0.0
    2

Package Sidebar

Install

npm i less-watcher

Weekly Downloads

11

Version

1.2.0

License

none

Last publish

Collaborators

  • amix