merge PR
This commit is contained in:
commit
31d1fae5a2
2
index.js
2
index.js
@ -15,7 +15,7 @@ var GulpBrowserBrowserify;
|
|||||||
}
|
}
|
||||||
cb(null, file);
|
cb(null, file);
|
||||||
};
|
};
|
||||||
plugins.browserify(file)
|
plugins.browserify(file, { basedir: file.base })
|
||||||
.bundle(bundleCallback);
|
.bundle(bundleCallback);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -11,7 +11,7 @@ module GulpBrowserBrowserify {
|
|||||||
}
|
}
|
||||||
cb(null,file);
|
cb(null,file);
|
||||||
};
|
};
|
||||||
plugins.browserify(file)
|
plugins.browserify(file, { basedir: file.base })
|
||||||
.bundle(bundleCallback)
|
.bundle(bundleCallback)
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user