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 37e28c4 commit c712ccdCopy full SHA for c712ccd
build/build.mjs
@@ -149,12 +149,12 @@ if (cliOptions.compileJs) {
149
scripts(options, Program.args[0]).catch((err) => handleError(err, 1));
150
}
151
152
-// Compress/transpile the javascript files
+// Watch & Compile the javascript files in the media_source folder
153
if (cliOptions.watch) {
154
watching(Program.args[0]);
155
156
157
-// Gzip js/css files
+// Compile the Bootstrap javascript components
158
if (cliOptions.compileBs) {
159
bootstrapJs();
160
0 commit comments