aetheon / grunt-aetheon-cssmin

grunt-contrib-cssmin fork - added more options
MIT License
0 stars 1 forks source link

loss of a "/" of the "http://" #1

Open chenjie-cnooc opened 11 years ago

chenjie-cnooc commented 11 years ago

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.