Skip to content

Commit 3fcd4bb

Browse files
committed
Update comments
1 parent d5faa64 commit 3fcd4bb

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
@@ -136,7 +136,7 @@ gulp.task(`compileCSSForProd`, function () {
136136
});
137137

138138
/**
139-
* TRANSPILE ALL JAVASCRIPT FILES FOR DEVELOPMENT WORK
139+
* TRANSPILE JAVASCRIPT FILES FOR DEVELOPMENT
140140
*
141141
* This task sources all the JavaScript files in dev/scripts, transpiles them to ES6,
142142
* then writes the result to the temp/scripts folder.
@@ -148,7 +148,7 @@ gulp.task(`transpileJSForDev`, function () {
148148
});
149149

150150
/**
151-
* COMPILE ALL JAVASCRIPT FILES INTO A SINGLE FILE FOR PRODUCTION
151+
* TRANSPILE JAVASCRIPT FILES FOR PRODUCTION
152152
*
153153
* This task sources all the JavaScript files in dev/scripts, transpiles them to ES6,
154154
* compresses the output, then writes the result to the prod/scripts folder.

0 commit comments

Comments
 (0)