set root_path for view config on not es6 mode when create project

This commit is contained in:
lichengyin 2015-10-19 09:39:35 +08:00
parent 9019bc6087
commit ecb286ffbf

View File

@ -7,6 +7,7 @@ module.exports = {
content_type: 'text/html',
file_ext: '.html',
file_depr: '_',
root_path: think.ROOT_PATH + '/view',
type: 'ejs',
options: {}
};