fix comment typo
This commit is contained in:
parent
07b6fea447
commit
92841c1715
@ -2,7 +2,7 @@
|
|||||||
module GulpBrowserBrowserify {
|
module GulpBrowserBrowserify {
|
||||||
export function init() {
|
export function init() {
|
||||||
return function() {
|
return function() {
|
||||||
return through.obj((file, enc, cb) => { //this is the trough object that gets returned by gulpBrowser.browserify();
|
return through.obj((file, enc, cb) => { //this is the through object that gets returned by gulpBrowser.browserify();
|
||||||
var bundleCallback = function(err, bufferedContent) {
|
var bundleCallback = function(err, bufferedContent) {
|
||||||
if (Buffer.isBuffer(bufferedContent)){
|
if (Buffer.isBuffer(bufferedContent)){
|
||||||
file.contents = bufferedContent;
|
file.contents = bufferedContent;
|
||||||
|
Loading…
Reference in New Issue
Block a user