diff options
author | 2018-06-13 16:43:42 +0100 | |
---|---|---|
committer | 2018-06-13 16:43:42 +0100 | |
commit | be2bbe35cf49763ad0258c005f3cbdddd7a21d75 (patch) | |
tree | 962d5e52f4bb57c397c068ae6a11b57952cfc459 /docker | |
parent | [DB] Attempt reconnection if current connection was lost (diff) |
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
Diffstat (limited to 'docker')
-rw-r--r-- | docker/ci.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/ci.Dockerfile b/docker/ci.Dockerfile index 9db46d2f..0153696a 100644 --- a/docker/ci.Dockerfile +++ b/docker/ci.Dockerfile @@ -20,4 +20,4 @@ ENV PIPENV_HIDE_EMOJIS=1 # Install toolchain RUN pip install pipenv RUN gem install scss_lint -RUN npm install -g eslint --save-dev +RUN npm install -g eslint gulp-cli |