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

Dependencies #2

Open
andrewdeandrade opened this issue Jun 26, 2013 · 0 comments
Open

Dependencies #2

andrewdeandrade opened this issue Jun 26, 2013 · 0 comments

Comments

@andrewdeandrade
Copy link

It would be great if all the chapters worked right out of the box as node modules, so you can play with them at the node.js REPL or require() them into a temporary javascript file to play with.

For example, Chapter02 is dependent on truthy() and existy() and underscore.js, but you need to modify the chapter to make these available in chapter02.

Caveat: To make it easy to play with at the REPL, you may need to do something with _.noConflict since the node REPL uses _ to store the previous REPL value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant