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
commit915f073b4c0979845a9d70c4482a253d447354eb (patch)
tree07a3c381d9b58890c14049f8a23e8154b33e0003 /gulpfile.js
parent[Wiki] Quick-fix for broken editor (diff)
parentBackend for team assignment (diff)
Merge branch 'code-jam-backend-teams' into 'master'
Backend for team assignment See merge request python-discord/projects/site!6
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"})