#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)
