Skip to content

Commit c3c23c8

Browse files
committed
Update comment to the “compileJSForProd” task
1 parent 382de38 commit c3c23c8

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
@@ -150,8 +150,8 @@ gulp.task(`compileJSForDev`, function () {
150150
/**
151151
* COMPILE ALL JAVASCRIPT FILES INTO A SINGLE FILE FOR PRODUCTION
152152
*
153-
* This task compiles one or more JavaScript files into a single file, app.js. The
154-
* resulting file is compressed then written to the production folder.
153+
* This task sources all the JavaScript files in dev/scripts, transpiles them to ES6,
154+
* compresses the output, then writes the result to the prod/scripts folder.
155155
*/
156156
gulp.task(`compileJSForProd`, function () {
157157
return gulp.src(`dev/scripts/*.js`)

0 commit comments

Comments
 (0)