Added references to static resources

Added the list of static resources that need to be copied when assembling the application
This commit is contained in:
Clipperz 2013-01-08 16:16:09 +01:00
parent ea71029b55
commit b6a11a37ec

View File

@ -185,6 +185,10 @@
"clipperz/ytheme-clipperz.css" "clipperz/ytheme-clipperz.css"
], ],
"html.template": "index_template.html" "staticResources": [
"accountDeleted.html",
"error.html",
"logout.html",
"static.css"
]
} }