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
In scripts.js, there's a selector block config with paths, script and style filenames. It allows loading a block for any element matching the selector, and avoids loading non-existent files (e.g. if a block only consists of a CSS file).
But it also adds complexity, reduces modularity (blocks need to be registered in scripts.js), which requires a trade-off.
The text was updated successfully, but these errors were encountered:
In
scripts.js
, there's a selector block config with paths, script and style filenames. It allows loading a block for any element matching the selector, and avoids loading non-existent files (e.g. if a block only consists of a CSS file).But it also adds complexity, reduces modularity (blocks need to be registered in
scripts.js
), which requires a trade-off.The text was updated successfully, but these errors were encountered: