discourse/spec/components/stylesheet
Penar Musaraj f57a49c2f9
DEV: Use separate files for theme component stylesheets (#12214)
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 07:44:15 -05:00
..
compiler_spec.rb DEV: Refactor theme SCSS compilation (#11919) 2021-02-02 13:09:41 -05:00
importer_spec.rb DEV: More refactoring of SCSS importers (#12143) 2021-02-19 11:22:24 -05:00
manager_spec.rb DEV: Use separate files for theme component stylesheets (#12214) 2021-02-26 07:44:15 -05:00