Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erikzaadi/node-fe-fu

Frontend Environment based on node.js (Transforms .less files and minifies them, minifies javascript with uglify-js)
https://github.com/erikzaadi/node-fe-fu

Last synced: 19 days ago
JSON representation

Frontend Environment based on node.js (Transforms .less files and minifies them, minifies javascript with uglify-js)

Awesome Lists containing this project

README

        

#Node.js Frontend Fu version 0.1.9
***
###Usage:
fe-fu --parameter value

####Parameters :
***

**jsDir** : path to javascript files - _defaults to **current directory**_

**lessDir** : path to .less files - _defaults to **current directory**_

**notify** : use growl / notify notifications - _defaults to **true**_,
set **notify** to false if growl/notify is not installed

**recursive** : do a recursive file search - _defaults to **false**_

**watch** : watch .js/.less files for changes - _defaults to **true**_

**errorsOnly** : Notify only on Errors - _defaults to **true**_

**jsLint** : validate javascript with JSLint - _defaults to **true**_

***
####See the [Roadmap](https://github.com/erikzaadi/node-fe-fu/blob/master/Roadmap.md) for what's planned

***
####Licensed under the Apache license, See [LICENSE](https://github.com/erikzaadi/node-fe-fu/blob/master/LICENSE)