It seems this gem includes every flag in the world into my assets, which goes through the compilation process. This is an annoyance and adds about ~15 seconds to the compilation process. Is there a way to do one of the following:
- Generate a single sprite file for the flags
- Selectively include only the flag from I18n.available_locales into the compilation process
- Exclude all the flags from the compilation, and include the ones I want by hand
It seems this gem includes every flag in the world into my assets, which goes through the compilation process. This is an annoyance and adds about ~15 seconds to the compilation process. Is there a way to do one of the following: