define html.template for beta and gamma frontends

This commit is contained in:
Josh 2012-03-17 16:47:23 -04:00
parent 0e396afdc4
commit d791e1df1f
2 changed files with 6 additions and 2 deletions

View File

@ -180,5 +180,8 @@
"clipperz/clipperz.css",
"clipperz/compact.css",
"clipperz/ytheme-clipperz.css"
]
],
"html.template": "index_template.html"
}

View File

@ -3,6 +3,7 @@
"mochikit.repository": "http://svn.mochikit.com/mochikit/trunk/",
"mochikit.version": "1506"
},
"html.template": "index_template.html",
"js": [
"MochiKit/Base.js",
"MochiKit/Iter.js",
@ -185,4 +186,4 @@
"css": [
"web.css"
]
}
}