microsoft ajax minifier - AjaxMin stops after @media in css -
i added step in build task in vs2010 minify css , jss ajaxmin. minify messes css because when reaches @media tag stops. there no errors in build output.
basically @ point in css:
.dropdown-submenu > ul {margin-left:20px;} @media (min-width:768px) { .blurb {margin:0 25px 25px 25px;} }
in minifies
.dropdown-submenu>ul{margin-left:20px}@media
and done. there lot more css after @media tag, looks minifier stops.
this first time using minifier, not sure if missing, or happening? thanks
what version of ajax minifier using? seems problem fixed in version 5.7 https://ajaxmin.codeplex.com/workitem/20611
Comments
Post a Comment