Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rexxars/clueless
[ABANDONED] Watches and compiles LESS-files, calls callback on change.
https://github.com/rexxars/clueless
Last synced: 10 days ago
JSON representation
[ABANDONED] Watches and compiles LESS-files, calls callback on change.
- Host: GitHub
- URL: https://github.com/rexxars/clueless
- Owner: rexxars
- Created: 2015-06-29T09:44:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-27T16:39:15.000Z (over 8 years ago)
- Last Synced: 2024-10-14T09:31:37.876Z (30 days ago)
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clueless
** **ABANDONED** ** - No further development or maintenance planned.
Watches and compiles LESS-files, calls callback on change.
## Installing
```
npm install --save clueless
```## Basic usage
```js
var clueless = require('clueless');// To be documented...
```## Testing
```bash
git clone [email protected]:rexxars/clueless.git && cd clueless
npm install
npm test
```