discourse/app/assets
David Taylor ec7efbde1a
DEV: Update to Sprockets 4.0 (#16459)
The main difference is that Sprockets 4.0 no longer tries to compile everything by default. This is good for us, because we can remove all our custom 'exclusion' logic which was working around the old sprockets 3.0 behavior.

The other big change is that lambdas can no longer be added to the `config.assets.precompile` array. Instead, we can do the necessary globs ourselves, and add the desired files manually.

A small patch is required to make ember-rails compatible. Since we plan to remove this dependency in the near future, I do not intend to upstream this change.

I have compared the `bin/rake assets:precompile` output before and after this change, and verified that all files are present.
2022-04-13 10:21:59 +01:00
..
config DEV: Update to Sprockets 4.0 (#16459) 2022-04-13 10:21:59 +01:00
images FEATURE: Update push notification icons (#16206) 2022-03-16 16:21:44 -03:00
javascripts DEV: user-preference-page class on solo-perference 2022-04-13 09:32:58 +08:00
stylesheets UX: Make full topic row clickable on mobile (#16440) 2022-04-12 09:44:20 -04:00