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

Use NPM installed deps instead of global versions #5344

Closed
wants to merge 1 commit into from

Conversation

my8bird
Copy link

@my8bird my8bird commented Sep 28, 2012

The current dev setup requires globally installing all dependencies cluttering the users path and potentially having version mismatches between developers. This change updates the Makefile to reference the node_modules/.bin/ versions of the build dependencies. This should simplify the developer setup to only requiring cloning the repo and then running npm install to gather the deps.

This replaces #5244 to point at the correct branch.

@timoxley
Copy link

Ahh, you beat me to this. This is far cleaner. I look forward to this getting merged. In other words, +1.

@mdo mdo closed this Nov 14, 2012
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.

3 participants