fis-command-release
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name" : "fis-command-release", | ||
"description" : "fis release command.", | ||
"version" : "0.2.0", | ||
"version" : "0.2.1", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
@@ -73,16 +73,7 @@ /* | ||
} | ||
var collected = false; | ||
var mtime = file.getMtime().getTime(); | ||
//collect file to deploy | ||
if(file.cache && file.cache.expired){ | ||
if((file.cache && file.cache.expired) || lastModified[file.subpath] !== mtime){ | ||
lastModified[file.subpath] = mtime; | ||
collection[file.subpath] = file; | ||
collected = true; | ||
} else { | ||
var mtime = file.getMtime().getTime(); | ||
if(lastModified[file.subpath] !== mtime){ | ||
lastModified[file.subpath] = mtime; | ||
collection[file.subpath] = file; | ||
collected = true; | ||
} | ||
} | ||
if(collected){ | ||
if(index > 0 && index % 50 === 0){ | ||
@@ -89,0 +80,0 @@ process.stdout.write('\n '); |
{ | ||
"modules" : { | ||
"parser" : { | ||
"js" : "extjs" | ||
"js" : "extjs", | ||
"css" : "extcss" | ||
} | ||
} | ||
} |
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
7986
196