mizzao / meteor-bootstrap-3

Bootstrap 3 package for meteor
37 stars 10 forks source link

Remove CSS url overrides #15

Closed mizzao closed 9 years ago

mizzao commented 9 years ago

@dandv and @gadicc mention that it is no longer a problem after Meteor 0.8.1.2 and later.

(Sorry for the spam; currently traveling and wanted to note this for later.)

gadicc commented 9 years ago

All good. So all the refs are in one place (might help others too):

I had to look into this a bit. Meteor will automatically "convert relative URLs to absolute URLs when merging CSS files" since v0.8.1 - I had totally missed the memo on this one. In packages/minifiers. Also seems the initial implementation was buggy until v0.8.1.2 (but wasn't mentioned in History.md).

So basically any kind of path-override.css is only needed for < 0.8.1.2 compatibility, so not necessary on anything published to Meteor Package Server (which is 0.9+, of course).