gulp-content-cache

0.1.0 • Public • Published

gulp-content-cache

Usage

var GulpContentCache = require("gulp-content-cache")
var cache = new GulpContentCache();
 
gulp.task("compile", function() {
  return gulp.src("**/*.coffee")
    .pipe(cache.content(coffee()))
    .pipe(concat("web.js"))
    .pipe(src.dest("js"));
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1

Package Sidebar

Install

npm i gulp-content-cache

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • mogstad