grunt-cacheinfo
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "grunt-cacheinfo", | ||
"description": "cacheinfo.", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "bachi", |
@@ -23,2 +23,4 @@ # grunt-cacheinfo | ||
- 0.4.1 | ||
- bugfix for `pathPrefix` missing `/`. | ||
- 0.4.0 | ||
@@ -25,0 +27,0 @@ - 升级 grunt 依赖到 `1.x` 版本 |
@@ -265,6 +265,6 @@ /* | ||
if (wxRegExp.test(file)) { | ||
var pathPrefix = abc.group + '/' + projectName + '/'; | ||
var pathPrefix = '/' + abc.group + '/' + projectName + '/'; | ||
[ | ||
'/js/' + pathPrefix + file.replace(/\.js$/, '-min.js'), | ||
'/js/' + pathPrefix + file, | ||
'/js' + pathPrefix + file.replace(/\.js$/, '-min.js'), | ||
'/js' + pathPrefix + file, | ||
@@ -271,0 +271,0 @@ // awp 升级支持不需要必须部署在 `/js/` 前缀下 |
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
16605
56