fis-kernel
Advanced tools
Comparing version 2.0.17 to 2.0.18
@@ -85,3 +85,3 @@ /* | ||
if(settings.unique){ | ||
CACHE_DIR += Date.now() + '-' + Math.random(); | ||
CACHE_DIR = 'compile_' + Date.now() + '-' + Math.random(); | ||
} else { | ||
@@ -88,0 +88,0 @@ CACHE_DIR += '' |
@@ -40,2 +40,3 @@ /* | ||
opt.srcCache.forEach(function (path) { | ||
if (!fis.util.isFile(path)) return; | ||
var file = fis.file(path); | ||
@@ -42,0 +43,0 @@ if (file.release) { |
{ | ||
"name": "fis-kernel", | ||
"description": "fis kernel.", | ||
"version": "2.0.17", | ||
"version": "2.0.18", | ||
"author": "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage": "http://fis.baidu.com/", |
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
80693
2415