mirror of
https://github.com/vale981/ray
synced 2025-03-08 19:41:38 -05:00

* remove node.js webui * temp commit * flesh out web ui * add documentation * add ray timeline * Small changes to documentation and formatting.
19 lines
385 B
JSON
19 lines
385 B
JSON
{
|
|
"entrypoint": "index.html",
|
|
"shell": "src/my-app.html",
|
|
"fragments": [
|
|
"src/my-overview.html",
|
|
"src/my-objects.html",
|
|
"src/my-view3.html",
|
|
"src/my-view404.html"
|
|
],
|
|
"sourceGlobs": [
|
|
"src/**/*",
|
|
"images/**/*",
|
|
"bower.json"
|
|
],
|
|
"includeDependencies": [
|
|
"manifest.json",
|
|
"bower_components/webcomponentsjs/webcomponents-lite.min.js"
|
|
]
|
|
}
|