fis-command-release
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name" : "fis-command-release", | ||
"description" : "fis release command.", | ||
"version" : "0.5.0", | ||
"version" : "0.5.1", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
@@ -45,3 +45,3 @@ /* | ||
var flag, cost; | ||
process.stdout.write(' compile '.green.bold); | ||
process.stdout.write('Ω '.green.bold); | ||
opt.beforeEach = function(){ | ||
@@ -56,2 +56,3 @@ flag = '.'; | ||
flag = flag.bold.yellow; | ||
fis.log.debug(file.realpath); | ||
} else if(cost < 100){ | ||
@@ -66,3 +67,2 @@ flag = flag.grey; | ||
process.stdout.write(flag); | ||
fis.log.debug(file.subpath); | ||
} | ||
@@ -102,3 +102,2 @@ }; | ||
} | ||
//try to find fis-conf.js | ||
@@ -122,2 +121,3 @@ var root = fis.util.realpath(process.cwd()), | ||
if(options.clean){ | ||
fis.log.notice('clean compile cache ...'); | ||
fis.cache.clean('compile'); | ||
@@ -124,0 +124,0 @@ } |
11359
230