...
|
...
|
@@ -26,7 +26,6 @@ for (key in config.spm.dependencies) { |
|
|
}
|
|
|
var entry={index:[],libs:[]};
|
|
|
|
|
|
console.log(commons);
|
|
|
entry.libs=commons;
|
|
|
|
|
|
|
...
|
...
|
@@ -38,7 +37,6 @@ var readfile=function(dir,callback){ |
|
|
if (fs.statSync(filePath).isFile() && /.*\.js$/i.test(file)) {
|
|
|
callback && callback(filePath);
|
|
|
}else{
|
|
|
console.log(file+"***********************");
|
|
|
if(file!="common"&&file!="util"){
|
|
|
readfile(filePath,callback);
|
|
|
}
|
...
|
...
|
|