Comparing version 1.14.9 to 1.15.0
@@ -37,3 +37,5 @@ /* global process */ | ||
options.folders = options.folders || {}; | ||
options.folders.public = path.normalize(publicFolder); | ||
options.folders.public = { | ||
"^/": path.normalize(publicFolder) | ||
}; | ||
} | ||
@@ -40,0 +42,0 @@ |
@@ -1,4 +0,5 @@ | ||
### 1.14.9 | ||
### 1.15.0 | ||
1. 优化 Session 处理 | ||
2. 优化日志处理 | ||
3. 修复 CLI 的 -public 参数 bug | ||
@@ -5,0 +6,0 @@ ### 1.14.7 |
/** | ||
* Nokit - A Web development framework | ||
* @version v1.14.9 | ||
* @version v1.15.0 | ||
* @link http://nokit.org | ||
@@ -5,0 +5,0 @@ * @license MIT |
{ | ||
"name": "nokitjs", | ||
"rawName": "Nokit", | ||
"version": "1.14.9", | ||
"version": "1.15.0", | ||
"description": "A Web development framework", | ||
@@ -6,0 +6,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
358438
5166