remove commented out code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user