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
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
[](https://github.com/kangax/html-minifier)
This is a [webpack](http://webpack.github.io/) plugin that can minimize the HTML with [HTMLMinifier](https://www.npmjs.com/package/html-minifier) for all source directory files and copy into destinations directory during the Webpack build.
9
+
This is a [webpack](http://webpack.github.io/) plugin that can minimize the HTML with [HTMLMinifier](https://www.npmjs.com/package/html-minifier) for all source directory files and copy into destinations directory recursively iterating through all subfolders and files during the Webpack build.
10
10
11
11
Installation
12
12
============
@@ -44,7 +44,7 @@ Add the plugin to your webpack and config as follows:
44
44
45
45
Optional Add Search And Replace Rules
46
46
=================
47
-
If need to replace string and then minify it across source files.
47
+
If need to replace strings and then do minification across all source files in directoris and sub-directories.
0 commit comments