Skip to content

Commit 659888a

Browse files
committed
Update comment to the “compileCSSForProd” task
1 parent 856bf65 commit 659888a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ gulp.task(`compileCSSForDev`, function () {
119119
* resulting single CSS file to the production folder. Any floating-point
120120
* calculations will be carried out 10 places, and browser-specific prefixes will be
121121
* added to support 2 browser versions behind all current browsers’ versions.
122-
* Lastly, the final CSS file is passed through two levels of compression:
123-
* “outputStyle” from Sass and compressCSS().
122+
* Lastly, the final CSS file is passed through two levels of compression: One via
123+
* Sass as an option (“outputStyle”) and the other from the cssCompressor() module.
124124
*/
125125
gulp.task(`compileCSSForProd`, function () {
126126
return gulp.src(`dev/styles/main.scss`)

0 commit comments

Comments
 (0)