CommunitySolidServer / CommunitySolidServer

An open and modular implementation of the Solid specifications

Home Page:https://communitysolidserver.github.io/CommunitySolidServer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow new path placeholders to be registered

joachimvh opened this issue · comments

Feature description

When using file paths, @css: can be used to reference paths relative to the CSS root folder, as defined here:

export const modulePathPlaceholder = '@css:';

It could be useful to allow other placeholders to be registered. This way external components can make use of the same path utilities.