Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/erikzaadi/node-fe-fu
- Owner: erikzaadi
- License: apache-2.0
- Created: 2011-04-21T09:13:57.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-16T10:49:59.000Z (over 13 years ago)
- Last Synced: 2024-10-08T13:22:10.295Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://erikzaadi.com/2011/04/21/node-js-frontend-fu-node-fe-fu/
- Size: 181 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)