mmjd-gulp-este
v1.0.2
Published
Modified version of gulp-este 1.0.8
Downloads
21
Maintainers
Readme
gulp-este
Gulp tasks for Este.js
Install
npm install --save-dev mmjd-gulp-este
Example
Take a look at Este.js gulpfile.coffee.
Task Helpers
- bg (run command line app with args)
- bump (bump packages version)
- coffee (CoffeeScript)
- compile (Closure Compiler)
- concatAll (concat all files for production)
- concatDeps (helper)
- deleteOrphans (delete foo.js without foo.coffee, etc.)
- diContainer (generate awesome DI containers)
- getNodeJsExterns
- jsx (React JSX)
- liveReloadNotify
- liveReloadServer
- setNodeEnv
- shouldCreateDeps (for watch mode, create deps only when needed)
- shouldNotify
- stylus
- unitTest
- watch
Notes
Bump task is using gulp-git 0.3.6, because 0.4.x introduces bugs which are still not resolved.
License
MIT © Daniel Steigerwald