css-purge
css-purge copied to clipboard
Handle/output CSS files with CRLF eol
Does not handle blank lines and comments in CSS files with CRLF eol Input file... /* Comment 1 /CRLF / Comment 2 /CFLF / Comment 3 /CRLF Outputs... / Comment 1 /LF LF / Comment 2 /LF LF / Comment 3 */LF
NOTE: Posting the above removed all the asterisks, that were after starting / and before ending / on each line!!!
Just retested this problem with input file with LF EOL character, and the problem still exists. So this problem should actually be "Keep the original format of comment lines and comment blocks!"