Redefine the location of 'static' folder in Pillar and extensions #54052
Reference in New Issue
Block a user
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_staticand<extension_name>_staticvalues to be used inurl_for()to serve static files. We expect to find astaticdirectory inside the extension package.Since this is stupid (according to the engineering team) we propose to move
staticto the root of the repo. This means changing the behavior ofregister_static_file_endpointand move thestaticdirectory to the new location in all Pillar extensions.Any comments @dr.sybren?
Added subscribers: @dr.sybren, @fsiddi, @pablovazquez
Looks good to me :)