diff --git a/lib/exe.js b/lib/exe.js index 87fd773..d0b3a2c 100644 --- a/lib/exe.js +++ b/lib/exe.js @@ -40,12 +40,6 @@ exports.compile = function (options, complete) { * bundle the application into one script */ - /*function combineProject (nc, next) { - nodeCompiler = nc; - _log("bundle %s", options.input); - sardines({ entries: [options.input], platform: "node" }, next); - },*/ - function combineProject (nc, next) { nodeCompiler = nc; _log("bundle %s", options.input);