css-purge icon indicating copy to clipboard operation
css-purge copied to clipboard

Handle/output CSS files with CRLF eol

Open rickski-au opened this issue 4 years ago • 2 comments

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

rickski-au avatar Jan 26 '21 04:01 rickski-au

NOTE: Posting the above removed all the asterisks, that were after starting / and before ending / on each line!!!

rickski-au avatar Jan 26 '21 04:01 rickski-au

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!"

rickski-au avatar Jan 26 '21 04:01 rickski-au