lesswatcher | npm modules that do lessc with directory
kandi X-RAY | lesswatcher Summary
kandi X-RAY | lesswatcher Summary
lesswatcher is a JavaScript library. lesswatcher has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can install using 'npm i lesswatcher' or download it from GitHub, npm.
There are other npm modules that do lessc with directory watching, but at the time I wrote Lesswatcher, none of them seemed to support both Windows AND the distinction between .less files to watch for changes, versus .less files to compile directly to corresponding .css. So using such tools results in compiling every watched .less file into .css, even for .less files used only in an @import to another .less file. Generating such unused .css artifacts bothered me, enough to motivate writing a new tool.
There are other npm modules that do lessc with directory watching, but at the time I wrote Lesswatcher, none of them seemed to support both Windows AND the distinction between .less files to watch for changes, versus .less files to compile directly to corresponding .css. So using such tools results in compiling every watched .less file into .css, even for .less files used only in an @import to another .less file. Generating such unused .css artifacts bothered me, enough to motivate writing a new tool.
Support
Quality
Security
License
Reuse
Support
lesswatcher has a low active ecosystem.
It has 3 star(s) with 4 fork(s). There are 11 watchers for this library.
It had no major release in the last 12 months.
lesswatcher has no issues reported. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of lesswatcher is 0.2.0
Quality
lesswatcher has no bugs reported.
Security
lesswatcher has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
lesswatcher is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
lesswatcher releases are not available. You will need to build from source code and install.
Deployable package is available in npm.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of lesswatcher
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of lesswatcher
lesswatcher Key Features
No Key Features are available at this moment for lesswatcher.
lesswatcher Examples and Code Snippets
No Code Snippets are available at this moment for lesswatcher.
Community Discussions
No Community Discussions are available at this moment for lesswatcher.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install lesswatcher
// Source nvm.sh to enable it: // Tip: I put this line in my .zshrc profile so it's loaded automatically . ~/.nvm/nvm.sh. // Install node versions (anything above latest 0.8 is optional): nvm install 0.8 nvm install 0.10.
Get node and npm (The official installer from nodejs.org/download/ is recommended for Windows users.)
Edit your $PATH env var: Add the npm global bin directory to your $PATH (Its location depends on your system, on OSX it might be e.g. /usr/local/share/npm/bin.) (NOTE on Windows 7, try "C:\Users\<username>\AppData\Roaming\npm", without "bin".)
Add a new $NODE_PATH env var: Add the npm global node_modules directory to $NODE_PATH (Its location depends on your system, on OSX it might be e.g. /usr/local/share/npm/lib/node_modules.) (NOTE on Windows 7, try "C:\Users\<username>\AppData\Roaming\npm\node_modules" , without "lib")
(Optional but recommended) install nvm to run multiple versions: // Get NVM: git clone git://github.com/creationix/nvm.git ~/.nvm
Get LESS: Install the official less package globally npm install -g less (This will make the "lessc" executable available on your system.)
Get node and npm (The official installer from nodejs.org/download/ is recommended for Windows users.)
Edit your $PATH env var: Add the npm global bin directory to your $PATH (Its location depends on your system, on OSX it might be e.g. /usr/local/share/npm/bin.) (NOTE on Windows 7, try "C:\Users\<username>\AppData\Roaming\npm", without "bin".)
Add a new $NODE_PATH env var: Add the npm global node_modules directory to $NODE_PATH (Its location depends on your system, on OSX it might be e.g. /usr/local/share/npm/lib/node_modules.) (NOTE on Windows 7, try "C:\Users\<username>\AppData\Roaming\npm\node_modules" , without "lib")
(Optional but recommended) install nvm to run multiple versions: // Get NVM: git clone git://github.com/creationix/nvm.git ~/.nvm
Get LESS: Install the official less package globally npm install -g less (This will make the "lessc" executable available on your system.)
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page