Skip to content

Commit

Permalink
[change] Build artifacts on the fly during development #151
Browse files Browse the repository at this point in the history
Closes #151
  • Loading branch information
totallynotvaishnav committed Nov 1, 2022
1 parent 7022761 commit f46b11b
Show file tree
Hide file tree
Showing 54 changed files with 861 additions and 886 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# production
/dist

# Dependency directories
node_modules/

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Build powerful and interoperable visualizations without losing flexibility!

```
yarn install
yarn build
yarn start
```

Expand Down
22 changes: 0 additions & 22 deletions dist/netjsongraph.min.js

This file was deleted.

50 changes: 0 additions & 50 deletions examples/data/generateNode.js

This file was deleted.

Binary file removed examples/data/netjsongraph.png
Binary file not shown.
Binary file removed examples/data/netjsonindoormap.png
Binary file not shown.
Binary file removed examples/data/netjsonmap.png
Binary file not shown.
75 changes: 0 additions & 75 deletions examples/netjsongraph-graphGL.html

This file was deleted.

84 changes: 0 additions & 84 deletions examples/netjsonmap-animation.html

This file was deleted.

88 changes: 0 additions & 88 deletions examples/netjsonmap-appendData.html

This file was deleted.

0 comments on commit f46b11b

Please sign in to comment.