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

Fixes for initial setup #16

Merged
merged 1 commit into from
Aug 12, 2016
Merged

Fixes for initial setup #16

merged 1 commit into from
Aug 12, 2016

Conversation

darinwilson
Copy link
Contributor

This PR addresses two issues related to first-time setup:

  1. There is a known issue with using npm link that causes causes the node_modules directory of the linked package to get removed when another package installs it as a dependency. This was causing this step to fail...

2 In one terminal tab, cd apps/torch and run ./node_modules/brunch/bin/brunch watch --production.

...because brunch had gotten blown away along with most of the other dependencies. The simplest workaround at this point is simply to run npm install again in apps/torch after running it in apps/example.

  1. mix regenerate now requires the user to specify the output format (eex or slim) so I updated the README to reflect that.

@zberkom zberkom merged commit 05ad2db into master Aug 12, 2016
@zberkom zberkom deleted the setup-fixes branch August 12, 2016 00:08
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

Successfully merging this pull request may close these issues.

2 participants