Any recommendations for a Twitter Bootstrap loaded via NPM that allows choosing the parts of Bootstrap’s CSS and JS you want to load? For example, similar to https://www.npmjs.com/package/grunt-bootstrap but without needing Grunt.
On Atmosphere, nemo64:bootstrap is great because it allows choosing which parts of Bootstrap you want to load. But I’d prefer to use NPM and have more control over which version of Jquery is used, if any.
It will be probably possible from Meteor 1.3.2 For now you can’t load .scss o .less files from npm_modules folder. But soon you should be able just load .js and .less or .scss files you need from npm bootstrap package. So all meteor packages like the one you’ve mentioned will be unnecessary. There is Meteor 1.3.2-rc.0 right now. I haven’t tested it yet but I’ll try soon.