Path

ez projects / ezjscore / forum / general / does ezjscore minify css fr...


Does ezjscore minify css from @import url(...)

You need to be logged in to post messages in the forums. New users may register here.

Jerome Despatis

Member since:
11 November 2008

Posts: 20

Friday 15 July 2011 5:10:40 pm

Hello

I have a css that contains only lines like this:
@import url("Common.css");
@import url("layout/ContentPane.css");
@import url("layout/TabContainer.css");
@import url("layout/AccordionContainer.css");
@import url("layout/SplitContainer.css");

Does ezjscore can recursively fetch all content from the css in those @import and put everything in one single big css file ?


It seems to not working in my case (ezp 2011.4)
Up

You need to be logged in to post messages in the forums. New users may register here.