Skip to content

Commit 6a77775

Browse files
committed
Update comment to the “compressHTML” task
1 parent 33d487e commit 6a77775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ gulp.task(`validateHTML`, function () {
8080
* COMPRESS HTML
8181
*
8282
* This task sources all the HTML files in the dev/html folder, strips comments and
83-
* whitespace from them, then writes the compressed files to the production folder.
83+
* whitespace from them, then writes the compressed file(s) to the production folder.
8484
*/
8585
gulp.task(`compressHTML`, function () {
8686
return gulp.src([`dev/html/*.html`, `dev/html/**/*.html`])

0 commit comments

Comments
 (0)