Skip to content

Commit

Permalink
bump sanctuary to latest
Browse files Browse the repository at this point in the history
closes #20
  • Loading branch information
davidchase authored Jun 11, 2018
1 parent 2df2b37 commit 3f52054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h3 class="panel-title output">Output</h3>
<script src="https://wzrd.in/standalone/ramda@latest"></script>
<script src="https://wzrd.in/standalone/sanctuary-def"></script>
<script src="https://wzrd.in/standalone/sanctuary-type-classes@latest"></script>
<script src="https://wzrd.in/standalone/sanctuary@0.14.x"></script>
<script src="https://wzrd.in/standalone/sanctuary@latest"></script>
<script src="https://wzrd.in/standalone/tcomb@latest"></script>
<script src="https://wzrd.in/standalone/ramda-fantasy@latest"></script>
<script src="https://wzrd.in/standalone/buble@latest"></script>
Expand Down

9 comments on commit 3f52054

@davidchambers
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you're missing some dependencies, @davidchase. See the installation guide.

@davidchase
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidchambers does wzrd.in aka browserify not auto resolve the dependencies for us?

@danielo515
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But for that to work you should update your package.json, not your script tags. This seems redundant knowing that you are using rollup for bundling 😕

@davidchambers
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's cool, @davidchase. I didn't realize that wzrd.in does bundling. 🎉

By the way, accessing wzrd.in is very slow for me in Germany.

@davidchase
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yah its pretty neat i think it slow everywhere or at least recently, i have an open issue #19 to find an alternative
but really i thought everyone was already using ramda repl because i thought it had some alternative libraries as well

@danielo515
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as sanctuary is concerned this is the most up to date repl

@davidchase
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh neato 🎩 I either use this or preloaded stackblitz or codesandbox it seems all the hype nowadays

@davidchambers
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as sanctuary is concerned this is the most up to date repl

I just visit sanctuary.js.org and use my browser's built-in REPL. ;)

@davidchase
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha touché when I visit sanctuary I do use your repl builtin

Please sign in to comment.