A command line tool to watch a directory tree for changes to .less files and output compiled .css files.
jgreene/watch-less
master
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
watch-less is a simple command line tool that will watch a directory tree and output a compiled .css file whenever a .less file is changed. I recomend installing globally for ease of use. sudo npm install -g watch-less using it is as simple as: watch-less to see various options use watch-less --help
About
A command line tool to watch a directory tree for changes to .less files and output compiled .css files.