Skip to content

Commit

Permalink
release 0.6.1
Browse files Browse the repository at this point in the history
disable useHash and useDomain in fis2 kernel
  • Loading branch information
hefangshi committed Apr 20, 2016
1 parent cbe5586 commit 8a63205
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yog2",
"version": "0.6.0",
"version": "0.6.1",
"description": "Front End Integrated Solution for node express.",
"main": "yog2.js",
"bin": {
Expand Down
2 changes: 2 additions & 0 deletions yog2.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ var serverRoadmap = [{
}, {
reg:/(^\/node_modules\/(.*)|^\/package\.json)/,
useCompile: false,
useHash: false,
useDomain: false,
release: 'app/${namespace}/$&'
}];

Expand Down

0 comments on commit 8a63205

Please sign in to comment.