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 382de38 commit c3c23c8Copy full SHA for c3c23c8
gulpfile.js
@@ -150,8 +150,8 @@ gulp.task(`compileJSForDev`, function () {
150
/**
151
* COMPILE ALL JAVASCRIPT FILES INTO A SINGLE FILE FOR PRODUCTION
152
*
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.
+ * This task sources all the JavaScript files in dev/scripts, transpiles them to ES6,
+ * compresses the output, then writes the result to the prod/scripts folder.
155
*/
156
gulp.task(`compileJSForProd`, function () {
157
return gulp.src(`dev/scripts/*.js`)
0 commit comments