Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "tpm", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Static Package Manager", | ||
@@ -5,0 +5,0 @@ "author": "Longhao Luo <lhluo@tudou.com>", |
@@ -143,2 +143,7 @@ | ||
// 延迟加载JS不能单独构建 | ||
if (/^lazy\//.test(relativePath)) { | ||
return; | ||
} | ||
// 把多个文件合并成一个文件 | ||
@@ -176,3 +181,3 @@ if (config.libjs[relativePath]) { | ||
Ozma()(options, function() { | ||
Ozma()(options, function(buildPath, distPath) { | ||
Util.setSvnKeywords(buildPath); | ||
@@ -179,0 +184,0 @@ Util.setSvnKeywords(distPath); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1462170
38135