Skip to content

Commit 7772f34

Browse files
committed
Update comment to the “clean” task
1 parent e4332bd commit 7772f34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gulpfile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,7 @@ gulp.task(`serve`, [`compileCSSForDev`, `compileJSForDev`, `lintJS`, `validateHT
307307
* CLEAN
308308
*
309309
* This task deletes the temp and prod folders, both of which are expendable, since
310-
* Gulp creates them as temporary folders during the serve process and via the build
311-
* task.
310+
* Gulp creates them as temporary folders during the serve and build tasks.
312311
*/
313312
gulp.task(`clean`, function () {
314313
let fs = require(`fs`),

0 commit comments

Comments
 (0)