aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 00a5549a..3968bad4 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -28,6 +28,7 @@ const OUTPUT_DIR = "./static/js";
gulp.task("build:js", () => {
return gulp.src([ // Set source directories
+ `${SRC_DIR}/fouc.js`, // Must be first to ensure libraries are loaded in time for the rest of the JS
SRC_PATTERN,
`${VENDOR_DIR}/moment/moment.js`, // Must be included before moment-timezone
VENDOR_PATTERN], {base: "BASE_DIR"})