From be2bbe35cf49763ad0258c005f3cbdddd7a21d75 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 13 Jun 2018 16:43:42 +0100 Subject: Compile as much JS with Gulp as possible This will concatenate ALL of our JS, and minify it - thus leaving us with a single file to be loaded. There's a few libraries we can't do this with, unfortunately - these are now added in fouc.js: * Ace Editor * Flatpickr * Font-Awesome --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 641ad956..fa1c9106 100644 --- a/.gitignore +++ b/.gitignore @@ -110,4 +110,8 @@ rethinkdb_data/ # SASS cache .sass-cache/ -log.* \ No newline at end of file +# Node modules +node_modules/ + +*.js.tmp +log.* -- cgit v1.2.3