Skip to content

Commit

Permalink
Version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tssajo committed Oct 30, 2016
1 parent 2a8b1aa commit 489cf32
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"1.2.1": "messages/1.2.1.txt",
"1.2.2": "messages/1.2.2.txt",
"1.2.3": "messages/1.2.3.txt",
"1.2.4": "messages/1.2.4.txt"
"1.2.4": "messages/1.2.4.txt",
"1.2.5": "messages/1.2.5.txt"
}
16 changes: 16 additions & 0 deletions messages/1.2.5.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Version 1.2.5
-------------

* Bug fix: Removed the "remove-tag-whitespace" option from the default `html-minifier` options
because it is a too aggressive optimization and it creates invalid HTML


# SUGGESTION: #

Please open up a shell window (`Terminal` on Mac OS X, `CMD window` on Windows) and issue the following command:

npm install -g clean-css uglifycss js-beautify html-minifier uglify-js minjson svgo

followed by:

npm update -g clean-css uglifycss js-beautify html-minifier uglify-js minjson svgo

0 comments on commit 489cf32

Please sign in to comment.