Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
revert base, whsp
Browse files Browse the repository at this point in the history
  • Loading branch information
Isao Yagi committed Dec 13, 2012
1 parent df3f281 commit 6511c42
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions lib/app/archetypes/app/hybrid/application.json.hb
@@ -1,20 +1,16 @@
[
{
"settings": [ "master" ],

"appPort": "{{port}}",

"specs": {
"frame": {
"base": "top_frame"
}
},

"staticHandling": {
"appName": "yahoo.application.{{name}}",
"prefix": "yahoo.application.{{name}}"
},

"builds": {
"hybridapp": {
"forceRelativePaths": true,
Expand All @@ -25,23 +21,19 @@
}
}
},

{
"settings": ["build:debug"],

"yui": {
"config": {
"base": "../yahoo.libs.yui/",
"base": "/yahoo.lib.yui/",
"combine": false,
"comboBase": "",
"loader": "loader/loader-debug.js",
"root": "",
"url": "$$yui.base$$yui/yui-debug.js",
"groups": {
"app": {
"combine": false,
"comboBase": "",
"base": "",
"base": "/",
"root": ""
}
}
Expand Down

0 comments on commit 6511c42

Please sign in to comment.