gulp-este

Gulp tasks for Este.js

Usage no npm install needed!

<script type="module">
  import gulpEste from 'https://cdn.skypack.dev/gulp-este';
</script>

README

gulp-este

Build Status Dependency Status devDependency Status

Gulp tasks for Este.js

Install

npm install --save-dev 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)
  • 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

License

MIT © Daniel Steigerwald