Skip to content

Commit

Permalink
1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oxUnd committed Mar 19, 2015
1 parent ab3f06f commit 11f3380
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.9.8 / Mon Mar 17 2015
## 1.9.10 / Mon Mar 17 2015

- bugfix
- 由于调用 chdir 导致的产出目录工作异常的问题
Expand Down
2 changes: 1 addition & 1 deletion fis.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function hasArgv(argv, search){
//run cli tools
fis.cli.run = function(argv){

fis.config.set('process.cwd', process.cwd());
fis.processCWD = process.cwd();

if(hasArgv(argv, '--no-color')){
fis.cli.colors.mode = 'none';
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fis",
"description": "front-end integrated solution.",
"version": "1.9.9",
"version": "1.9.10",
"author": "FIS Team <[email protected]>",
"homepage": "http://fis.baidu.com/",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"fis-command-install": "~0.1.11",
"fis-command-release": "0.11.5",
"fis-command-server": "0.7.1",
"fis-deploy-default": "0.0.4",
"fis-deploy-default": "0.0.5",
"fis-kernel": "2.0.12",
"fis-preprocessor-components": "1.0.15",
"fis-optimizer-clean-css": "0.0.9",
Expand Down

0 comments on commit 11f3380

Please sign in to comment.