metalsmith-browserify
Advanced tools
Comparing version 0.2.2 to 0.2.4
@@ -25,3 +25,3 @@ 'use strict'; | ||
if (options.watch) { | ||
options.plugins.push('watchify'); | ||
options.plugin.push('watchify'); | ||
options.cache = options.cache || {}; | ||
@@ -51,2 +51,3 @@ options.packageCache = options.packageCache || {}; | ||
s = b.bundle() | ||
.on('error', console.error.bind(console)) | ||
.pipe(exorcist(bundleDest + '.map')) | ||
@@ -56,2 +57,3 @@ .pipe(fs.createWriteStream(bundleDest), 'utf8'); | ||
s = b.bundle() | ||
.on('error', console.error.bind(console)) | ||
.pipe(fs.createWriteStream(bundleDest), 'utf8'); | ||
@@ -58,0 +60,0 @@ } |
{ | ||
"name": "metalsmith-browserify", | ||
"version": "0.2.2", | ||
"version": "0.2.4", | ||
"description": "Metalsmith plugin to bundle JS with browserify", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7041
120