File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments