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 node_modules/.bin scripts instead of globals #22

Closed
wants to merge 1 commit into from
Closed

use node_modules/.bin scripts instead of globals #22

wants to merge 1 commit into from

Conversation

rfunduk
Copy link

@rfunduk rfunduk commented Apr 19, 2015

I either don't have global versions of some of the stuff used in package.json, or I have differing versions that made the uglified JS different in unnecessary ways. So this change just explicitly uses the bundled node_modules/.bin versions that come via devDependencies instead to solve this problem.

It occurs to me that maybe most node people have ./node_modules/.bin in their PATH? If so, feel free to reject this... :)

@bevacqua
Copy link
Owner

Not sure how you're trying to run this stuff, but you should do npm run ... and npm will figure it out for you.

@bevacqua bevacqua closed this Apr 20, 2015
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