Search code examples
cssmeteortwitter-bootstrap-3bootswatch

Using custom bootstrap3 themes with Meteor.js


I've added bootstrap 3 to my meteorjs project according to the readme here: https://github.com/mangasocial/meteor-bootstrap-3

Everything works great, but now I would like to theme my bootstrap with http://bootswatch.com/ (simplex) theme. According to the directions I need to replace the default bootstrap CSS file with a downloaded one. My questions what is the proper "meteor" way to accomplish this? How do I override a file that is included as part of a meteor package?


Solution

  • You can remove the bootstrap-3 package and put your custom bootstrap3 in your meteor project. For example:

    PROJECT/
        client/
            css/
                bootstrap.css
            js/
                bootstrap.js