This repository has been archived by the owner. It is now read-only.
Permalink
Switch branches/tags
Nothing to show
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
5 lines (4 sloc) 186 Bytes
module.exports = function bundleCode(params, callback) {
// TODO add support for browserify --standalone --node in a tmp deploy package here when NODE_ENV == production
callback()
}