Split CSS files

Is it possible to get the CSS file output to be split?

I’m trying to support IE9 but by time i concatenate all my CSS libraries + my app’s specific styling we are passing the 4095 limit :frowning:

I was under the impression we do this automatically. Are you on Meteor 1.2? Are you using standard-minifiers?

Currently on Meteor 1.1.0.3

Can you try and see if you get the same issue in 1.2?

Will try it, unfortunately upgrading isnt as simple for us because its an e-commerce application. Ill update the thread once ive upgraded to the latest meteor and tested.

A simple way to check could be to just move all of your CSS into a new app with 1.2 and see what happens.

1 Like

Good idea let me try now!

Seems to work! Thanks!

1 Like