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
Currently when adding a theme for Pageflow Scrolled, we still need to provice an SCSS stylesheet, logo and preview images (app/assets/stylesheets/pageflow/themes/<theme_name>.scss, app/assets/images/pageflow/themes/<theme_name>/logo_print.png, app/assets/images/pageflow/themes/<theme_name>/preview{,_thumbnail}.png) in Sprockets since the editor seed data and the structured data helper still depend on those. The Pageflow engine also registers unused theme stylesheets for asset pipeline precompilation.
We need to consider ways to decouple this further.
The text was updated successfully, but these errors were encountered:
Currently when adding a theme for Pageflow Scrolled, we still need to provice an SCSS stylesheet, logo and preview images (
app/assets/stylesheets/pageflow/themes/<theme_name>.scss
,app/assets/images/pageflow/themes/<theme_name>/logo_print.png
,app/assets/images/pageflow/themes/<theme_name>/preview{,_thumbnail}.png
) in Sprockets since the editor seed data and the structured data helper still depend on those. The Pageflow engine also registers unused theme stylesheets for asset pipeline precompilation.We need to consider ways to decouple this further.
The text was updated successfully, but these errors were encountered: