summaryrefslogtreecommitdiff
path: root/frontend
authorJosh <jokajak@gmail.com>2012-03-17 20:47:23 (UTC)
committer Josh <jokajak@gmail.com>2012-03-17 20:47:23 (UTC)
commitd791e1df1f701c1fe523f05a8521c4ad1cf032b5 (patch) (side-by-side diff)
tree85d32f6cf3110466637efaf8ccaff8bf800865a6 /frontend
parent0e396afdc4aa9ec8734ba48f90e9fefbad3b2b33 (diff)
downloadclipperz-d791e1df1f701c1fe523f05a8521c4ad1cf032b5.zip
clipperz-d791e1df1f701c1fe523f05a8521c4ad1cf032b5.tar.gz
clipperz-d791e1df1f701c1fe523f05a8521c4ad1cf032b5.tar.bz2
define html.template for beta and gamma frontends
Diffstat (limited to 'frontend') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/properties/beta.properties.json5
-rw-r--r--frontend/gamma/properties/gamma.properties.json3
2 files changed, 6 insertions, 2 deletions
diff --git a/frontend/beta/properties/beta.properties.json b/frontend/beta/properties/beta.properties.json
index 7b0c1f9..a8d7ef4 100644
--- a/frontend/beta/properties/beta.properties.json
+++ b/frontend/beta/properties/beta.properties.json
@@ -182,3 +182,6 @@
"clipperz/ytheme-clipperz.css"
- ]
+ ],
+
+ "html.template": "index_template.html"
+
}
diff --git a/frontend/gamma/properties/gamma.properties.json b/frontend/gamma/properties/gamma.properties.json
index 8f2d98e..9dc355b 100644
--- a/frontend/gamma/properties/gamma.properties.json
+++ b/frontend/gamma/properties/gamma.properties.json
@@ -5,2 +5,3 @@
},
+ "html.template": "index_template.html",
"js": [
@@ -187,2 +188,2 @@
]
-} \ No newline at end of file
+}