Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
fix(index): use minified d3
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosantini committed Jul 5, 2016
1 parent bef6240 commit 5bc1c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<script src="node_modules/angular-aria/angular-aria.min.js"></script>
<script src="node_modules/angular-material/angular-material.min.js"></script>
<script src="node_modules/angular-local-storage/dist/angular-local-storage.min.js"></script>
<script src="node_modules/d3/build/d3.js"></script>
<script src="node_modules/d3/build/d3.min.js"></script>

<script src="app/app.module.js"></script>
<script src="app/app.core.js"></script>
Expand Down

0 comments on commit 5bc1c25

Please sign in to comment.