This package has been deprecated

Author message:

The Vulcanize project is no more.

gulp-vulcanize

8.0.0 • Public • Published

Deprecated

The Vulcanize project is no more.


gulp-vulcanize Build Status

Concatenate a set of Web Components into one file with Vulcanize

Issues with the output should be reported on the Vulcanize issue tracker.

Install

$ npm install --save-dev gulp-vulcanize

Usage

const gulp = require('gulp');
const vulcanize = require('gulp-vulcanize');
 
gulp.task('default', () =>
    gulp.src('src/index.html')
        .pipe(vulcanize({
            abspath: '',
            excludes: [],
            stripExcludes: false
        }))
        .pipe(gulp.dest('dest'))
);

API

vulcanize([options])

See the Vulcanize options.

License

MIT © Sindre Sorhus

/gulp-vulcanize/

    Package Sidebar

    Install

    npm i gulp-vulcanize

    Weekly Downloads

    4,852

    Version

    8.0.0

    License

    MIT

    Unpacked Size

    3.59 kB

    Total Files

    4

    Last publish

    Collaborators

    • sindresorhus