Skip to content

Commit

Permalink
Fork wzrd.in service
Browse files Browse the repository at this point in the history
Frequent 502s, the ship is sinking!

Fortunately deploying our own to Heroku is a 5 minute process.

browserify/wzrd.in#159
  • Loading branch information
pushred committed Mar 23, 2017
1 parent 892ea79 commit a2f5acc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<script src="https://unpkg.com/react-router-dom@4/umd/react-router-dom.js"></script>

<!-- wzrd.in/browserify for packages without UMD wrappers -->
<script src="https://wzrd.in/standalone/shortid@2"></script>
<script src="https://wzrd.in/standalone/lodash.kebabcase@4"></script>
<script src="https://wzrd.in/standalone/lodash.sortby@4"></script>
<script src="https://wzrd.in/standalone/date-fns@1"></script>
<script src="https://npm-pushred-co.herokuapp.com/standalone/shortid@2"></script>
<script src="https://npm-pushred-co.herokuapp.com/standalone/lodash.kebabcase@4"></script>
<script src="https://npm-pushred-co.herokuapp.com/standalone/lodash.sortby@4"></script>
<script src="https://npm-pushred-co.herokuapp.com/standalone/date-fns@1"></script>

<script src="/bundle.js"></script>
</head>
Expand Down

0 comments on commit a2f5acc

Please sign in to comment.