-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Version 1.2.8 | ||
------------- | ||
|
||
* Bug fix by : Ashutosh Sharma aka ashucg. See: https://github.com/tssajo/Minify/pull/71 | ||
It fixes the following issues: | ||
https://github.com/tssajo/Minify/issues/56 | ||
https://github.com/tssajo/Minify/issues/59 | ||
(Thank you, ashucg!) | ||
|
||
|
||
# IMPORTANT! # | ||
|
||
## It is highly recommended to upgrade to the latest version of clean-css-cli !! | ||
|
||
Please open a shell (`Terminal` on Mac OS X, `CMD window` on Windows) and issue the following command: | ||
|
||
npm install -g clean-css-cli uglifycss js-beautify html-minifier uglify-js minjson svgo | ||
|
||
followed by: | ||
|
||
npm update -g clean-css-cli uglifycss js-beautify html-minifier uglify-js minjson svgo |