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
I think we should discuss/decide on how static files or styling more generally,... should be handled now that most of our JS and CSS has been moved out of our templates and into separate files.
Discussion points:
file naming scheme
where should code go/how should it be split up – relevant for overrideability, reusability
if/how to divide up Core code (1 file per app or more, if more: how/when/what),
file placement, file order, settings which impact load order (event listeners, defer attribute),
I think we should discuss/decide on how static files or styling more generally,... should be handled now that most of our JS and CSS has been moved out of our templates and into separate files.
Discussion points:
defer
attribute),The text was updated successfully, but these errors were encountered: