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

The new require system knocks out the easy-peasy node_modules require. #71

Open
Jwaxo opened this issue Jun 5, 2014 · 0 comments
Open

Comments

@Jwaxo
Copy link
Member

Jwaxo commented Jun 5, 2014

Now we use an fs.exists check to see if we need to make a new file for our data .json files. This, unfortunately, does not work with node_module files. For now I'm just re-requiring them with their full ./node_module paths, but that's pretty lame.

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

No branches or pull requests

1 participant