discourse/app
Penar Musaraj aa1442fdc3
DEV: Use separate files for theme component stylesheets (take 2) (#12225)
This switches to outputting a separate file for each theme component CSS
asset. We have separate CSS plugin files, separate JS files
(for plugins/themes/components), it makes sense to do the same for
component CSS assets.

Benefits:
- easier debugging
- fixes a regression with theme component sourcemaps
- changes to theme components are updated individually

With HTTP/2, there is also no performance downside to having additional
files in the initial request.
2021-02-26 12:30:23 -05:00
..
assets DEV: Use separate files for theme component stylesheets (take 2) (#12225) 2021-02-26 12:30:23 -05:00
controllers FEATURE: Filter reviewables by id. (#12213) 2021-02-26 07:56:14 -03:00
helpers A11Y: sets the html lang to user's locale when possible (#12007) 2021-02-10 16:12:09 +01:00
jobs FIX: Reduce the time_read threshold to one minute. (#12159) 2021-02-20 08:25:32 -03:00
mailers FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
models DEV: Use separate files for theme component stylesheets (take 2) (#12225) 2021-02-26 12:30:23 -05:00
serializers Add watched words of type "replace" (#12020) 2021-02-25 14:00:58 +02:00
services FIX: send notification in user's locale if available. (#12215) 2021-02-25 23:40:37 +05:30
views FIX: adds google tracking to page publishing (#12090) 2021-02-15 19:00:35 +01:00