Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```