2

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.

1 Answer 1

2

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

Sign up to request clarification or add additional context in comments.

2 Comments

It doesn't have to be in lib directory. Just put it somewhere inside client. Public should be used for things like images, or just larger files, which are going to be loaded only when they are needed, not at your app startup.
I ended up doing that. :) Thanks for the tip.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.