gulp-vulcanize-krg

6.0.1 • Public • Published

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

var gulp = require('gulp');
var vulcanize = require('gulp-vulcanize');

gulp.task('default', function () {
	return 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-krg/

    Package Sidebar

    Install

    npm i gulp-vulcanize-krg

    Weekly Downloads

    1

    Version

    6.0.1

    License

    MIT

    Last publish

    Collaborators

    • kikurage