Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Webpack and webworkers and clustering
Browse files Browse the repository at this point in the history
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <[email protected]>
  • Loading branch information
Abeshouse, Adam A./Sloan Kettering Institute committed Nov 28, 2017
1 parent 13c3e6b commit 9288757
Show file tree
Hide file tree
Showing 15 changed files with 25,845 additions and 64 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ Session.vim
### emacs ###
\#*\#

# Compiled assets
dist

# DS_Store
.DS_Store
src/.DS_Store
Expand Down
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ node_js:
script:
- npm run build
- npm run test
before_deploy:
- mv ./dist/oncoprint-bundle.js ./index.js
- cp -r ./dist/* ./
- rm -rf dist
# generate version in package.json using git describe --tags
- sed -i "s/\"oncoprintjs\",/\"oncoprintjs\",\n\ \ \"version\":\"$(git describe --tags | sed 's/^v//g')\",/g" package.json
deploy:
Expand Down
Loading

0 comments on commit 9288757

Please sign in to comment.