diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-03-16 14:23:50 +0100 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-03-16 14:23:50 +0100 |
commit | 3960a9d60554a7ee6b06ad834dae27f93978f22e (patch) | |
tree | 8f7cd9b1b24c467461ae3b8d622a97ebc0a67823 /config/webpacker.yml | |
parent | 4df3b7cb067797982199c3e613ba32a9c7474348 (diff) |
Do not try to parse gif files as CSS or JS
Diffstat (limited to 'config/webpacker.yml')
-rw-r--r-- | config/webpacker.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpacker.yml b/config/webpacker.yml index 4ad78a190..9accd6152 100644 --- a/config/webpacker.yml +++ b/config/webpacker.yml @@ -26,6 +26,7 @@ default: &default - .tiff - .ico - .svg + - .gif - .eot - .otf - .ttf |