You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The option to strip source comments from the processed SCSS bundle appears to be available to set but is not working. I wonder if I'm missing something or if this is perhaps just a future feature?
The option to strip source comments from the processed SCSS bundle appears to be available to set but is not working. I wonder if I'm missing something or if this is perhaps just a future feature?
The file https://github.com/ligershark/WebOptimizer.Sass/blob/f57bc089d1d8b9e19e526d90c202c0d148bc8d45/src/Compiler.cs indicates that this option is not carried forward via the commented-out line no. 70:
//settings.SourceComments = options.SourceComments
My minified files have source file comments included. I wonder if I'm doing something wrong or if this is simply not a feature yet?
The text was updated successfully, but these errors were encountered: