alcharkov / js-css-minify-compress

Automatically exported from code.google.com/p/js-css-minify-compress
1 stars 0 forks source link

Issue with single line comments #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. CSS with // Comments
2. Right Click and Minimize CSS
3. Output has anything after comment commented out

What is the expected output? What do you see instead?
Expected to remove comments and leave only minimized code.
Comments are left and comment out remaining code.

What version of the product are you using? On what operating system?
 2.0 in Netbeans 8.0 on Windows 8.1

Please provide any additional information below.
I know I could simply use /* Comment */ but my CSS is heavily commented and it 
could be more efficient if it removed comments completely 

Original issue reported on code.google.com by mcgee.w...@gmail.com on 11 Aug 2014 at 5:04

GoogleCodeExporter commented 8 years ago

Original comment by gaurav.g...@gmail.com on 25 Sep 2014 at 4:23

GoogleCodeExporter commented 8 years ago
CSS does not have single line comments... :/

Original comment by ribeiro....@gmail.com on 25 Nov 2014 at 5:22