the result of the cssmin task loss of the "/", for example
the source:
.hdLogo {background:url(http://stimgcn1.s-msn.com/msnportal/fashion/2013/content2013/fashion-bg.png) no-repeat -19px -44px;}
the result :
.hdLogo{ background:url(http:/stimgcn1.s-msn.com/msnportal/fashion/2013/content2013/fashion-bg.png) no-repeat -19px -44px}
this bug occured in @import key in main css files.
the result of the cssmin task loss of the "/", for example the source: .hdLogo {background:url(http://stimgcn1.s-msn.com/msnportal/fashion/2013/content2013/fashion-bg.png) no-repeat -19px -44px;} the result : .hdLogo{ background:url(http:/stimgcn1.s-msn.com/msnportal/fashion/2013/content2013/fashion-bg.png) no-repeat -19px -44px}
this bug occured in @import key in main css files.