Created by: fulmicoton
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.