node-cube
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -5,3 +5,3 @@ { | ||
"description": "a new way to write js in browser", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"homepage": "https://github.com/fishbar/cube", | ||
@@ -8,0 +8,0 @@ "repository": { |
@@ -194,3 +194,3 @@ /*! | ||
console.log('[Cube] server started, listen:', config.port); | ||
console.log('[Cube] visit: http://localhost:' + config.port + path.join(config.router, '/index.html').replace(/\\/g, '/')); | ||
console.log('[Cube] now you can visit: http://localhost:' + config.port + config.router); | ||
} | ||
@@ -197,0 +197,0 @@ }); |
Sorry, the diff of this file is not supported yet
691786