Skip to content

Commit

Permalink
Merge pull request #33 from MiroRadenovic/master
Browse files Browse the repository at this point in the history
fixes compiling issue
  • Loading branch information
deanhume committed Nov 24, 2016
2 parents c573f55 + 3006033 commit 7176071
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ViewMinifier/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ static void Main(string[] args)
string minifiedContents = MinifyHtml(filePath, features);

// Write to the same file

https://github.com/deanhume/html-minifier.git
File.WriteAllText(filePath, minifiedContents, Encoding.UTF8);
Console.WriteLine("Minified file : " + filePath);
}
Expand Down

0 comments on commit 7176071

Please sign in to comment.