Skip to content

Commit

Permalink
Include react deps in demo.html to fix npm run dev
Browse files Browse the repository at this point in the history
  • Loading branch information
heralden committed Sep 16, 2019
1 parent d031096 commit c839d27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<script src="node_modules/imjs/dist/im.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>

<script crossorigin src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>

<!-- These are styles that will be inherited from bluegenes -->
<link rel="stylesheet" href="css/site.css">

Expand Down

0 comments on commit c839d27

Please sign in to comment.