Redefine the location of 'static' folder in Pillar and extensions #54052
Labels
No Label
legacy project
Infrastructure: Websites
legacy project
Pillar
legacy project
Pillar Framework
legacy project
Pillar Website
Priority::High
Priority::Low
Priority::Normal
Status::Archived
Status::Confirmed
Status::Resolved
Type::Bug
Type::Design
Type::Patch
Type::Report
Type::To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: archive/pillar#54052
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently we automatically create
pillar_static
and<extension_name>_static
values to be used inurl_for()
to serve static files. We expect to find astatic
directory inside the extension package.Since this is stupid (according to the engineering team) we propose to move
static
to the root of the repo. This means changing the behavior ofregister_static_file_endpoint
and move thestatic
directory to the new location in all Pillar extensions.Any comments @dr.sybren?
Added subscribers: @dr.sybren, @fsiddi, @pablovazquez
Looks good to me :)