summaryrefslogtreecommitdiff
authorClipperz <info@clipperz.com>2013-01-08 15:16:09 (UTC)
committer Clipperz <info@clipperz.com>2013-01-08 15:16:09 (UTC)
commitb6a11a37ec3271bd44fc23b9da00c5b052b0d8b9 (patch) (unidiff)
treec64dc14b6e19a12be39ad8199ba406cb92fd82fa
parentea71029b55c5a6543cff420326dd5e94905b05ae (diff)
downloadclipperz-b6a11a37ec3271bd44fc23b9da00c5b052b0d8b9.zip
clipperz-b6a11a37ec3271bd44fc23b9da00c5b052b0d8b9.tar.gz
clipperz-b6a11a37ec3271bd44fc23b9da00c5b052b0d8b9.tar.bz2
Added references to static resources
Added the list of static resources that need to be copied when assembling the application
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/properties/beta.properties.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/frontend/beta/properties/beta.properties.json b/frontend/beta/properties/beta.properties.json
index 810215b..bfa152d 100644
--- a/frontend/beta/properties/beta.properties.json
+++ b/frontend/beta/properties/beta.properties.json
@@ -185,6 +185,10 @@
185 "clipperz/ytheme-clipperz.css" 185 "clipperz/ytheme-clipperz.css"
186 ], 186 ],
187 187
188 "html.template": "index_template.html" 188 "staticResources": [
189 189 "accountDeleted.html",
190 "error.html",
191 "logout.html",
192 "static.css"
193 ]
190} 194}