mirror of
https://github.com/discourse/discourse.git
synced 2025-03-12 10:55:20 +08: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