diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-15 11:43:05 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-08-16 17:31:07 +0100 |
commit | 4bf9d6d6e9700b9db8e2eb27636b7ac119e278b3 (patch) | |
tree | 8d9f27ecb36f80388922d2466b24ad95f947bcf3 /.gitignore | |
parent | 945ce43e9e5c3d872d3b22219e2c3b9d03ab4cfd (diff) |
Prefer using an auto.min.js file if present/newer.
This lets you choose to e.g. minimize JS files during a deploy, without
making it mandatory as with the CSS.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ab62f9591..bae1f1576 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ FixMyBarangay.po /web/cobrands/*/*.css /web/cobrands/*/*.css.map /web/cobrands/seesomething +*.auto.min.js # Photo upload cache /web/photo |