Skip to content

Commit e9e7836

Browse files
committed
Update comment to the “build” task
1 parent 7772f34 commit e9e7836

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ gulp.task(`copyUnprocessedAssetsToProdFolder`, function () {
237237
/**
238238
* BUILD
239239
*
240-
* This task simply invokes other pre-defined tasks.
240+
* Meant for building a production version of your project, this task simply invokes
241+
* other pre-defined tasks.
241242
*/
242243
gulp.task(`build`, [
243244
`validateHTML`,

0 commit comments

Comments
 (0)