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

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -