gulp-emu
gulp-emu is a gulp plugin for building ecmarkup specifications.
Installation
npm install gulp-emuNOTE:
gulp-emurequires NodeJS 4.0 or greater.
Usage
var emu = require("gulp-emu");
gulp.task("build", () => gulp.src("spec.html")
    .pipe(emu(options))
    .pipe(gulp.dest("out")));Options
gulp-emu has the following options:
biblio<boolean> - Indicates whether to include{basename}.biblio.jsonin the output stream.css<boolean> - Indicates whether to includeelements.cssin the output stream.js<boolean> - Indicates whether to includemenu.jsandfindLocalReferences.jsin the output stream.ecmarkupoptions