Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Aug 7, 2015
1 parent cb76a4f commit af2cac4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.1 / Fri Aug 07 2015

- 升级 server 插件
- 默认改成开启 node 插件
- 输出远程访问 ip 地址
- 内置 node server 而不是通过 npm install 获取,因为经常用人安装不下来。
- 解决内嵌导致的异步丢失 bug

## 3.0.20 / Thu Aug 06 2015

- 解决内嵌导致异步依赖丢失的 bug
Expand Down
2 changes: 1 addition & 1 deletion lib/compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ function postStandard(file) {
exports(f);
unlock(f);
addDeps(file, f);
copyInfo(file, f);
copyInfo(f, file);

if (f.isText()) {
ret = f.getContent();
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fis3",
"version": "3.0.20",
"version": "3.1.0",
"description": "fis 3.0",
"main": "index.js",
"bin": {
Expand All @@ -18,7 +18,7 @@
"resolve": "1.1.6",
"tar": "0.1.17",
"fis-command-install": "0.2.1",
"fis-command-server": "0.7.5",
"fis-command-server": "0.7.6",
"fis-lolcat": "1.0.1",
"fis-optimizer-clean-css": "0.0.9",
"fis-optimizer-png-compressor": "0.1.0",
Expand Down

0 comments on commit af2cac4

Please sign in to comment.