Search code examples
javascriptcssmeteormeteorite

Meteor + CSS not loading up correctly


I am using bootstrap and a small custom CSS page, however for some reason Meteor just decides to ignore the custom CSS file but it's loading bootstrap.

I'm placing all my CSS on the public folder, however I am a little confused. Should it be in the client folder?

The custom CSS file is called main.css so it will be loaded last.


Solution

  • Nevermind, It is working! I just placed it under the lib directory inside the client folder.