You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that shared and critical rules in the new ConfigInMemory are also processed. Similar to how we handle them in the file-based approach:
Shared: Combine or minify shared styles.
Critical: Combine or handle critical styles (e.g., if there’s a separate injection or special handling logic).
Acceptance Criteria
build_in_memory() (or the relevant method) incorporates config_in_memory.shared and config_in_memory.critical in the same manner as disk-based code does with shared/critical.
The returned data structure includes any generated shared or critical CSS (with an appropriate output_name).
Tests confirm that both shared and critical logic is invoked when the in-memory config has these sections.
The text was updated successfully, but these errors were encountered:
Description
Ensure that shared and critical rules in the new
ConfigInMemory
are also processed. Similar to how we handle them in the file-based approach:Acceptance Criteria
build_in_memory()
(or the relevant method) incorporatesconfig_in_memory.shared
andconfig_in_memory.critical
in the same manner as disk-based code does with shared/critical.output_name
).The text was updated successfully, but these errors were encountered: