remove commented out code

This commit is contained in:
Craig Condon
2014-07-30 11:38:16 -07:00
parent aeeb24c757
commit d7a909da71
-6
View File
@@ -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);