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

Commit

Permalink
Merge pull request #79 from Caleydo/release-4.0.0
Browse files Browse the repository at this point in the history
Release 4.0.0
  • Loading branch information
Anita Steiner authored Jul 31, 2020
2 parents 01b4324 + daafea5 commit e4fd8c9
Show file tree
Hide file tree
Showing 49 changed files with 1,969 additions and 1,126 deletions.
7 changes: 3 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/.tscache
/.idea
/build/
/dist/
/lib/
node_modules/
/src/**/*.js
/tests/**/*.js
*.map
/src/**/*.map
/tests/**/*.map
*.css
*.log
/.cache-loader
package-lock.json
35 changes: 24 additions & 11 deletions .yo-rc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,24 @@
"githubAccount": "caleydo",
"modules": [
"phovea_core",
"phovea_d3",
"phovea_vis",
"phovea_ui",
"phovea_clue"
],
"registry": {
"exclude": [
"ordino",
"snpology",
"dTiles"
]
},
"vendors": {
"others": "phovea.*|tdp_.*|tdp-.*|datavisyn.*",
"phovea": "phovea.*",
"tdp": "tdp_.|tdp-.*",
"dv": "datavisyn.*"
},
"filesToLoad": {
"file-loader": "404|robots"
},
"extensions": [
{
"type": "view",
Expand Down Expand Up @@ -74,17 +87,17 @@
},
"app": "gapminder",
"entries": {
"app": "./src/index.ts"
"app": {
"js": "dist/initialize.js",
"template": "dist/index.template.ejs",
"html": "index.html",
"chunkName": "app"
}
},
"libraryAliases": {
"d3": "d3/d3"
"d3": "d3/d3.js"
},
"libraryExternals": [
"d3",
"jquery",
"font-awesome",
"marked"
],
"libraryExternals": [],
"ignores": [],
"today": "Tue, 08 Nov 2016 09:41:26 GMT",
"clientOnly": false,
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
gapminder [![Phovea][phovea-image]][phovea-url] [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
gapminder
=====================

[![Phovea][phovea-image]][phovea-url] [![Build Status][circleci-image]][circleci-url]


[Gapminder](https://www.gapminder.org/) port for Phovea using the Caleydo CLUE framework for provenance tracking and story telling.

![screenshot](media/screenshot.png?raw=true "Screenshot")
Expand Down Expand Up @@ -43,11 +45,10 @@ npm run build
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).




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

176 changes: 0 additions & 176 deletions buildInfo.js

This file was deleted.

9 changes: 0 additions & 9 deletions deploy/Dockerfile

This file was deleted.

69 changes: 0 additions & 69 deletions deploy/nginx-default.conf

This file was deleted.

Loading

0 comments on commit e4fd8c9

Please sign in to comment.