Skip to content

Commit

Permalink
Merge pull request #122 from Caleydo/release-10.0.0
Browse files Browse the repository at this point in the history
Release 10.0.0
  • Loading branch information
Anita Steiner authored Oct 7, 2021
2 parents 9c1658a + 4d3076e commit 7e5de76
Show file tree
Hide file tree
Showing 198 changed files with 24,923 additions and 789 deletions.
44 changes: 31 additions & 13 deletions .yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
]
},
"vendors": {
"others": "phovea.*|tdp_.*|tdp-.*|datavisyn.*",
"phovea": "phovea.*",
"tdp": "tdp_.|tdp-.*",
"dv": "datavisyn.*"
"others": "phovea.*|tdp_.*|tdp-.*|datavisyn.*"
},
"filesToLoad": {
"file-loader": "404|robots"
Expand All @@ -42,12 +39,39 @@
"sextensions": [],
"app": "ordino_public",
"clientOnly": false,
"__app_entries": {
"app": {
"js": "dist/initialize.app.js",
"template": "dist/app.template.ejs",
"html": "index.html",
"chunkName": "app",
"excludeChunks": ["welcome"]
}
},
"__welcome_entries": {
"welcome": {
"scss": "../welcome.scss",
"js": "dist/initialize.welcome.js",
"template": "dist/welcome.template.ejs",
"html": "index.html",
"chunkName": "welcome",
"excludeChunks": ["app"]
}
},
"entries": {
"app": {
"js": "dist/initialize.js",
"template": "dist/index.template.ejs",
"js": "dist/initialize.app.js",
"template": "dist/app.template.ejs",
"html": "app/index.html",
"chunkName": "app",
"excludeChunks": ["welcome"]
},
"welcome": {
"js": "dist/initialize.welcome.js",
"template": "dist/welcome.template.ejs",
"html": "index.html",
"chunkName": "app"
"chunkName": "welcome",
"excludeChunks": ["app"]
}
},
"unknown": {
Expand All @@ -56,12 +80,6 @@
},
"ignores": [],
"extensions": [
{
"type": "ordinoWelcomeView",
"id": "ordinoPublicWelcomeView",
"module": "WelcomeView",
"extras": {}
}
],
"libraries": [
"d3"
Expand Down
File renamed without changes.
22 changes: 0 additions & 22 deletions dist/app/WelcomeView.d.ts

This file was deleted.

82 changes: 0 additions & 82 deletions dist/app/WelcomeView.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/app/WelcomeView.js.map

This file was deleted.

1 change: 0 additions & 1 deletion dist/app/index.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions dist/app/index.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/app/index.js.map

This file was deleted.

Binary file added dist/assets/favicon.ico
Binary file not shown.
Binary file added dist/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/assets/feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions dist/assets/logos/boehringer-ingelheim.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7e5de76

Please sign in to comment.