aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-17 21:31:00 +0000
committerGravatar Gareth Coles <[email protected]>2018-06-17 21:31:00 +0000
commitdc2a5013fb93141f50dc92b4b8cc4d6004b8e814 (patch)
tree07a3c381d9b58890c14049f8a23e8154b33e0003 /gulpfile.js
parent[Wiki] Quick-fix for broken editor (diff)
Backend for team assignment
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"})