armin-pfaeffle / atom-minify

Minifies JS and CSS files, optionally on save ‒ package for atom.io
https://atom.io/packages/atom-minify
MIT License
24 stars 7 forks source link

Clean-CSS Options Doesn't Work #54

Closed CodexLink closed 2 years ago

CodexLink commented 6 years ago

Hey, I'm currently using Atom Text Editor with this Module. One of the minifiers, Clean-CSS's options doesn't work. Using keepSpecialComments = 1 doesn't work. Using keepSpecialComments = "1" or keepSpecialComments=1 as well. Checking the documentation page, I have seen that it has been renamed to specialComments. After checking, I tried the same process by changing keepSpecialComments to specialComments. But still, doesn't work.

This problem can be referenced to this issue #35. It's been two years, and I think it's good to give a heads up about this.

Note

I never tried any other options before, except advancedand keepSpecialComments. Both of those are not working. Any possible solution would be greatly appreaciated.