This object is in archive! 
Upvote 1

Invalid css causing issues...

Archived Amalgam Virgo 11 years ago

I have duplicated the default theme and applied it to my community... when I try to load up the site using my CSS editorit complains of several invalid lines and crashes. I also see that it is loading a minified css file.. ie cb14451df75d10530db37494ffdd2edd_minify.css ... is this css file dynamically created for each different visitor to the site? Can I just have it so that UR just loads the stylesheets from the theme directly? At least until I'm done making my changes?


Thanks for your suggestions

Best Answer
photo

Minified css and js are created by system automatically if it's switched on in config file. It's not created for each user and generated each time new when you change anything in css or js.

While development, switch it off in application/configs/application.inc

When finished, it's recommended to switch it back on for performance.

More detailed about this could be found in How to Start Development tutorial

Replies (1)

photo
1

Minified css and js are created by system automatically if it's switched on in config file. It's not created for each user and generated each time new when you change anything in css or js.

While development, switch it off in application/configs/application.inc

When finished, it's recommended to switch it back on for performance.

More detailed about this could be found in How to Start Development tutorial

Replies have been locked on this page!