Bass base directory through to browserify.

This commit is contained in:
Steffan 'Ruirize' Donal 2016-01-04 10:41:20 +00:00
parent 92ad03fc65
commit 462d11da27

View File

@ -13,7 +13,7 @@ var GulpBrowserBrowserify;
}
cb(null, file);
};
browserify(file)
browserify(file, { basedir: file.base })
.bundle(bundleCallback);
});
};