Skip to content

Commit c712ccd

Browse files
authored
[5.3] Code comments (#45514)
1 parent 37e28c4 commit c712ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/build.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,12 @@ if (cliOptions.compileJs) {
149149
scripts(options, Program.args[0]).catch((err) => handleError(err, 1));
150150
}
151151

152-
// Compress/transpile the javascript files
152+
// Watch & Compile the javascript files in the media_source folder
153153
if (cliOptions.watch) {
154154
watching(Program.args[0]);
155155
}
156156

157-
// Gzip js/css files
157+
// Compile the Bootstrap javascript components
158158
if (cliOptions.compileBs) {
159159
bootstrapJs();
160160
}

0 commit comments

Comments
 (0)