Browserify with twitter bootstrap
You shouldn’t need to shim jquery that way if you’ve installed it with npm. The following works for a project I’ve been writing: I’ve also learned that using npm for bootstrap is kind of a PITA. I’ve been using bower to install and maintain certain front-end components when they need to be shimmed like this. … Read more