mquandalle / meteor-bower

[DEPRECATED] Use bower packages in your Meteor app
http://bower.io/search/
MIT License
157 stars 28 forks source link

stylesheets load order #46

Open hyperborea opened 9 years ago

hyperborea commented 9 years ago

It appears that stylesheets / scripts are loaded at the very end, after my custom stylesheets. That's very problematic when importing frameworks as it overrides any styling of basic elements. I would have expected that whatever is loaded by meteor-bower is included into the document at the beginning, am I missing something?

lorensr commented 9 years ago

I think it makes sense to load bower css first. We use:

http://docs.meteor.com/#/full/Plugin-registerSourceHandler

I don't see anything in the docs about load order:

https://github.com/meteor/meteor/wiki/CompileStep-API-for-Build-Plugin-Source-Handlers

You could discuss in meteor-core the FR or possibility of sending them a PR to add order to API?