From dc2a5013fb93141f50dc92b4b8cc4d6004b8e814 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 17 Jun 2018 21:31:00 +0000 Subject: Backend for team assignment --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'gulpfile.js') 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"}) -- cgit v1.2.3