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"));
});

/gulp-content-cache/

    Package Sidebar

    Install

    npm i gulp-content-cache

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • mogstad