We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659888a commit 382de38Copy full SHA for 382de38
gulpfile.js
@@ -138,8 +138,8 @@ gulp.task(`compileCSSForProd`, function () {
138
/**
139
* COMPILE ALL JAVASCRIPT FILES INTO ONE FILE FOR DEVELOPMENT WORK
140
*
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.
+ * This task sources all the JavaScript files in dev/scripts, transpiles them to ES6,
+ * then writes the result to the temp/scripts folder.
143
*/
144
gulp.task(`compileJSForDev`, function () {
145
return gulp.src(`dev/scripts/*.js`)
0 commit comments