Skip to content

Commit

Permalink
strip comments
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenkopp committed Sep 25, 2013
1 parent ab0ddcc commit 221102f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SassyStudio.2012/Editor/GenerateCssOnSave.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ private void Minify(string css, FileInfo file)
{
try
{
var compressor = new CssCompressor();
var compressor = new CssCompressor { RemoveComments = true };
var minified = compressor.Compress(css);

File.WriteAllText(file.FullName, minified, UTF8_ENCODING);
Expand Down

0 comments on commit 221102f

Please sign in to comment.