Skip to content

Commit 382de38

Browse files
committed
Update comment to the “compileJSForDev” task
1 parent 659888a commit 382de38

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
@@ -138,8 +138,8 @@ gulp.task(`compileCSSForProd`, function () {
138138
/**
139139
* COMPILE ALL JAVASCRIPT FILES INTO ONE FILE FOR DEVELOPMENT WORK
140140
*
141-
* This task sources all the JavaScript files in dev/scripts, concatenates them,
142-
* names the compiled file app.js, then writes the result to the temp/scripts folder.
141+
* This task sources all the JavaScript files in dev/scripts, transpiles them to ES6,
142+
* then writes the result to the temp/scripts folder.
143143
*/
144144
gulp.task(`compileJSForDev`, function () {
145145
return gulp.src(`dev/scripts/*.js`)

0 commit comments

Comments
 (0)