Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add ReactiveCof 2018 video #705

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
//.
//. Sanctuary is designed to work in Node.js and in ES5-compatible browsers.
//.
//. Please refer to this video: [Sanctuary, Programming Safely in an Uncertain World](https://www.youtube.com/watch?v=a2astdDbOjk)
//. for a brief introduction of Sanctuary's functionality and how to use it.
//.
//. ## Folktale
//.
//. [Folktale][], like Sanctuary, is a standard library for functional
Expand Down Expand Up @@ -334,6 +337,11 @@
//. const $ = window.sanctuaryDef;
//. // ...
//. ```
//. If you are using rollup in your project, where you have integrated Sanctuary, you might
//. get errors. Please import builtins and globals from rollup-plugin-node-builtins and
//. rollup-plugin-node-globals respectively, in the rollup config file. These are needed to add
//. the utils folder, which is referenced in the sanctuary code.
//.
//.
//. ## API

Expand Down