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
Motivation
Currently only two file hierarchy level exist, modules and pages. If resources need to be shared throughout a whole website, it would be required to either symlink or copy them from another page level. This creates massive overhead in disk space and a significant amount of work for the developer.
Desired solution
Introducing a global file hierarchy level that is automatically shared throughout all pages.
Code examples/public API
pubenumLevel{Core,Module,Page,Global,// maybe another name would be more appropriate?}
The text was updated successfully, but these errors were encountered:
Motivation
Currently only two file hierarchy level exist,
modules
andpages
. If resources need to be shared throughout a whole website, it would be required to either symlink or copy them from another page level. This creates massive overhead in disk space and a significant amount of work for the developer.Desired solution
Introducing a
global
file hierarchy level that is automatically shared throughout all pages.Code examples/public API
The text was updated successfully, but these errors were encountered: