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, non-image content is being placed in the "images" directory to ensure it is included at the root level of the build output. This practice is not semantically clear, as the "images" directory implies it should only contain image files. To improve clarity and organization, a new directory, tentatively named "public," should be created in the base template to hold non-image content.
This change would help developers better understand where to place their files and make the content structure more logical.
Acceptance Criteria:
A new directory at input/public is supported in the base template.
Non-image content placed in the "public" directory should be accessible at the root level of the build output.
Documentation is updated to reflect this new directory and its intended use.
The text was updated successfully, but these errors were encountered:
We will define input/assets which we think is a clearer name than 'public'. It will be handled the same as 'images'. It will be possible to have content in both folders and content of both will be propagated to output unchanged.
Currently, non-image content is being placed in the "images" directory to ensure it is included at the root level of the build output. This practice is not semantically clear, as the "images" directory implies it should only contain image files. To improve clarity and organization, a new directory, tentatively named "public," should be created in the base template to hold non-image content.
This change would help developers better understand where to place their files and make the content structure more logical.
Acceptance Criteria:
input/public
is supported in the base template.The text was updated successfully, but these errors were encountered: