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

Suggestion : Installing bootstrap dev tools locally #4019

Closed
wants to merge 1 commit into from
Closed

Suggestion : Installing bootstrap dev tools locally #4019

wants to merge 1 commit into from

Conversation

fulmicoton
Copy link

What about installing boostrap dev tools installed locally.
Users would go "npm install ." rather than "npm install lessjs recess uglify-js jshint -g".

This would install these tools in node_modules/.bin, which path
can acquired in the Makefile as the return of the
"npm bin" command.

That way

  • you could make sure that everyone uses the same version of these tools
  • people who for some reason don't have write permissions on their node global install can still use bootstrap easily
  • people can use a different version of these tool for different projects.

n.b.: If you accept this pull request, Readme might require a bit of editing as well.

…at users can go "npm install ." rather than "npm install lessjs recess uglify-js jshint -g".


That way you could make sure that everyone uses the same version of this tool, that people who for some reason don't have write permissions on their node global install can still use bootstrap easily, that people can use a different version of these tool for different projects.

n.b.: If you accept this pull request, Readme might require a bit of editing as well.
@travisbot
Copy link

This pull request passes (merged 490d3a2 into 857b8fb).

@fat
Copy link
Member

fat commented Jul 22, 2012

Hey @poulejapon,

Thanks for opening this pull-request! Unfotunately, it looks like it fails to pass the tests neccessary for submitting to bootstrap. The following tests are currently failing:

  • should always be made against -wip branches

For a full list of issue filing guidelines, please refer to the bootstrap issue filing guidelines.

thanks!

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.

None yet

3 participants