Skip to content
This repository was archived by the owner on Nov 30, 2021. It is now read-only.

Commit e4fd8c9

Browse files
author
Anita Steiner
authored
Merge pull request #79 from Caleydo/release-4.0.0
Release 4.0.0
2 parents 01b4324 + daafea5 commit e4fd8c9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1969
-1126
lines changed

.gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
/.tscache
22
/.idea
3-
/build/
4-
/dist/
3+
/lib/
54
node_modules/
65
/src/**/*.js
76
/tests/**/*.js
8-
*.map
7+
/src/**/*.map
8+
/tests/**/*.map
99
*.css
1010
*.log
11-
/.cache-loader
1211
package-lock.json

.yo-rc.json

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,24 @@
66
"githubAccount": "caleydo",
77
"modules": [
88
"phovea_core",
9-
"phovea_d3",
10-
"phovea_vis",
11-
"phovea_ui",
129
"phovea_clue"
1310
],
11+
"registry": {
12+
"exclude": [
13+
"ordino",
14+
"snpology",
15+
"dTiles"
16+
]
17+
},
18+
"vendors": {
19+
"others": "phovea.*|tdp_.*|tdp-.*|datavisyn.*",
20+
"phovea": "phovea.*",
21+
"tdp": "tdp_.|tdp-.*",
22+
"dv": "datavisyn.*"
23+
},
24+
"filesToLoad": {
25+
"file-loader": "404|robots"
26+
},
1427
"extensions": [
1528
{
1629
"type": "view",
@@ -74,17 +87,17 @@
7487
},
7588
"app": "gapminder",
7689
"entries": {
77-
"app": "./src/index.ts"
90+
"app": {
91+
"js": "dist/initialize.js",
92+
"template": "dist/index.template.ejs",
93+
"html": "index.html",
94+
"chunkName": "app"
95+
}
7896
},
7997
"libraryAliases": {
80-
"d3": "d3/d3"
98+
"d3": "d3/d3.js"
8199
},
82-
"libraryExternals": [
83-
"d3",
84-
"jquery",
85-
"font-awesome",
86-
"marked"
87-
],
100+
"libraryExternals": [],
88101
"ignores": [],
89102
"today": "Tue, 08 Nov 2016 09:41:26 GMT",
90103
"clientOnly": false,

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
gapminder [![Phovea][phovea-image]][phovea-url] [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
1+
gapminder
22
=====================
3-
3+
[![Phovea][phovea-image]][phovea-url] [![Build Status][circleci-image]][circleci-url]
4+
5+
46
[Gapminder](https://www.gapminder.org/) port for Phovea using the Caleydo CLUE framework for provenance tracking and story telling.
57

68
![screenshot](media/screenshot.png?raw=true "Screenshot")
@@ -43,11 +45,10 @@ npm run build
4345
This repository is part of **[Phovea](http://phovea.caleydo.org/)**, a platform for developing web-based visualization applications. For tutorials, API docs, and more information about the build and deployment process, see the [documentation page](http://phovea.caleydo.org).
4446

4547

48+
49+
4650
[phovea-image]: https://img.shields.io/badge/Phovea-Application-1BA64E.svg
4751
[phovea-url]: https://phovea.caleydo.org
48-
[npm-image]: https://badge.fury.io/js/gapminder.svg
49-
[npm-url]: https://npmjs.org/package/gapminder
50-
[travis-image]: https://travis-ci.org/caleydo/gapminder.svg?branch=master
51-
[travis-url]: https://travis-ci.org/caleydo/gapminder
52-
[daviddm-image]: https://david-dm.org/caleydo/gapminder/status.svg
53-
[daviddm-url]: https://david-dm.org/caleydo/gapminder
52+
[circleci-image]: https://circleci.com/gh/Caleydo/gapminder.svg?style=shield
53+
[circleci-url]: https://circleci.com/gh/Caleydo/gapminder
54+

buildInfo.js

Lines changed: 0 additions & 176 deletions
This file was deleted.

deploy/Dockerfile

Lines changed: 0 additions & 9 deletions
This file was deleted.

deploy/nginx-default.conf

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)