Bass base directory through to browserify.
This commit is contained in:
parent
92ad03fc65
commit
462d11da27
2
index.js
2
index.js
@ -13,7 +13,7 @@ var GulpBrowserBrowserify;
|
|||||||
}
|
}
|
||||||
cb(null, file);
|
cb(null, file);
|
||||||
};
|
};
|
||||||
browserify(file)
|
browserify(file, { basedir: file.base })
|
||||||
.bundle(bundleCallback);
|
.bundle(bundleCallback);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user