diff --git a/core/build/index.html b/core/build/index.html new file mode 100644 index 0000000..fccc1b6 --- /dev/null +++ b/core/build/index.html @@ -0,0 +1,38 @@ + + +
+ +一些美国官员日披露。
+ + + + + + \ No newline at end of file diff --git a/easycombo/easycombo.js b/easycombo/easycombo.js index 507efa2..4b92696 100644 --- a/easycombo/easycombo.js +++ b/easycombo/easycombo.js @@ -1,13 +1,13 @@ /* - * easyCombo v0.2 for easy.js - * 2013-07-01 + * easyCombo v0.3 for easy.js + * 2013-09-05 */ -var rExistId = /define\(\s*['"][^\[f'"\{]+['"]\s*,?/, +var rExistId = /define\(\s*['"][^\[\('"\{]+['"]\s*,?/, rProtocol = /^(http(?:s)?\:\/\/|file\:.+\:\/)/, rModId = /([^\/?]+?)(\.(?:js|css))?(\?.*)?$/, rRightEnd = /,?\s*(function\s*\(.*|\{.*)/, rPullDeps = /((?:define|E\.use)\(.*)/g, - rDeps = /(define\([^\[f\{]*\[)([^\]]+)/, + rDeps = /((?:define|seed\.use)\([^\[\(\{]*\[)([^\]]+)/, rDefine = /define\(/, fs = require( 'fs' ),