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.
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. UsingkeepSpecialComments = "1"
orkeepSpecialComments=1
as well. Checking the documentation page, I have seen that it has been renamed tospecialComments
. After checking, I tried the same process by changingkeepSpecialComment
s tospecialComments
. 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
advanced
andkeepSpecialComments.
Both of those are not working. Any possible solution would be greatly appreaciated.