Comparing version 0.6.8 to 0.6.9
@@ -63,9 +63,10 @@ /** | ||
this.caches = {}; | ||
//default settings for icecream | ||
//default settings for icecream | ||
var root = path.dirname(path.dirname(path.dirname(path.dirname(__filename)))); | ||
this.set('defaultEngine', 'ejs'); | ||
this.set('sysDir', __dirname); | ||
this.set('appDir', path.dirname(process.argv[1])+"/app/"); | ||
this.set('appRoot', path.dirname(process.argv[1])+"/"); | ||
this.set('staticDir', path.dirname(process.argv[1])+"/static/"); | ||
this.set('appRoot', root + "/"); | ||
this.set('appDir', root + "/app/"); | ||
this.set('staticDir', root + "/static/"); | ||
this.set('defaultController', 'page'); | ||
@@ -72,0 +73,0 @@ this.set('defaultAction', 'index'); |
{ | ||
"name": "icecream", | ||
"version": "0.6.8", | ||
"version": "0.6.9", | ||
"description": "rapid web framework for nodejs", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/zhiyu/icecream", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
726620
17675