todomvc
Version:
> Helping you select an MV\* framework
22 lines (21 loc) • 335 B
JSON
{
"targetDir": "www/",
"sourceDir": "target/todomvc/",
"serverPrefix" : "com.example.todos.views",
"cdnMap": "cdn",
"cdnLinksMap": "cdnLinks",
"cdnHost": "./",
"isDevMode": false,
"views": {
"index.html":
{
"view": "HomePage",
"data": {},
"extras": {}
}
},
"files": [
"robots.txt",
"favicon.ico"
]
}