2.2.0 • Published 1 month ago

gulp-emu v2.2.0

Weekly downloads
19
License
Apache-2.0
Repository
github
Last release
1 month ago

gulp-emu

gulp-emu is a gulp plugin for building ecmarkup specifications.

Installation

npm install gulp-emu

NOTE: gulp-emu requires 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.json in the output stream.
  • css <boolean> - Indicates whether to include elements.css in the output stream.
  • js <boolean> - Indicates whether to include menu.js and findLocalReferences.js in the output stream.
  • ecmarkup options
2.2.0

1 month ago

2.1.0

3 years ago

2.0.0

3 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

5 years ago

1.1.0

7 years ago

1.0.0

8 years ago