fis-prepackager-m2c
Advanced tools
Comparing version 1.0.5 to 1.0.6
10
index.js
@@ -39,5 +39,5 @@ var Cache = require('./lib/cache.js'); | ||
//解决文件内容依赖其它文件的情况比如使用了inline方式 | ||
// if (file.cache && !fis.util.isEmpty(file.cache.deps) && fis.util.isEmpty(_cache)) { | ||
// _cache = {}; | ||
// } | ||
if (!file.cache || fis.util.isEmpty(_cache)) { | ||
_cache = {}; | ||
} | ||
@@ -58,7 +58,7 @@ if (!fis.util.isEmpty(_cache)) { | ||
} else { | ||
return file.getContent(); | ||
return file.getRawContent(); | ||
} | ||
} | ||
}); | ||
file.rawContent = file.getContent(); | ||
file.setContent(alp.storage[id].getContent()); | ||
@@ -65,0 +65,0 @@ } |
{ | ||
"name": "fis-prepackager-m2c", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A modular analysis tool", | ||
@@ -5,0 +5,0 @@ "main": "index.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
9852
181