fis-command-release
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name" : "fis-command-release", | ||
"description" : "fis release command.", | ||
"version" : "0.1.3", | ||
"version" : "0.1.4", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
@@ -114,4 +114,7 @@ /* | ||
if(fis.util.exists(conf)){ | ||
//merge standard conf | ||
fis.config.merge(fis.util.readJSON(__dirname + '/standard.json')); | ||
//init project | ||
fis.project.init(cwd, conf, function(){ | ||
//configure log | ||
@@ -122,3 +125,3 @@ fis.log.level = options.debug ? fis.log.L_ALL : fis.log.level; | ||
//compile setup | ||
fis.compile.setup({ | ||
var tmp = fis.compile.setup({ | ||
debug : options.debug, | ||
@@ -131,2 +134,6 @@ optimize : options.optimize, | ||
if(options.clean){ | ||
fis.cache.clean(tmp); | ||
} | ||
if(options.watch){ | ||
@@ -133,0 +140,0 @@ watch(options); |
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
7902
6
195