1.0.2 • Published 10 years ago

mmjd-gulp-este v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

gulp-este

Build Status Dependency Status devDependency Status

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