mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 04:18:23 +00:00
Our sprockets-based locale pipeline correctly `depends_on` client.*.yml files which already exist. But sprockets does not provide a way to watch for the creation of new files matching a certain path. This commit works around that limitation by adding the set of client.*.yml files to our global cache-clearing logic