G
G
gassmonkey2015-08-04 20:28:24
css
gassmonkey, 2015-08-04 20:28:24

Which gulp plugin can remove unwanted comments in scss?

The whole question is in the title. You need a plugin to remove comments in SCSS ( not in the final CSS, but in the original SCSS ). With the ability to configure, for example - do not delete comments starting with an exclamation mark.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Akhmadullin, 2015-08-05
@saggid

Why not go through the usual stupid search manually, write a small regular expression for this purpose, and manually process each comment? Even if there are even 100 of them at most (is it really so many comments you have written there?), then this is work for half an hour.
Usually I personally solve such problems in this way)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question