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
Thanks for making this tool available to everybody! It helps us a lot where I work.
It seems that the namespaces for assets path (only ! core path is set correctly) are not correctly set after building the package with repoman. If I go to the manager > Namespaces, I see something like that:
/path/to/modx/folder/packages/my_package/assets/
(I put all the packages I am developping in a folder named packages/, which is at the same level as core/)
instead of something like this:
{assets_path}components/my_package/
I try to search in your code where this was set up, but I couldn't figure it out. Any help ?
This doesn't seem to cause any issue at the moment, but I found it weird that the namespace is not set correctly...
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for making this tool available to everybody! It helps us a lot where I work.
It seems that the namespaces for assets path (only ! core path is set correctly) are not correctly set after building the package with repoman. If I go to the manager > Namespaces, I see something like that:
/path/to/modx/folder/packages/my_package/assets/
(I put all the packages I am developping in a folder named
packages/
, which is at the same level ascore/
)instead of something like this:
{assets_path}components/my_package/
I try to search in your code where this was set up, but I couldn't figure it out. Any help ?
This doesn't seem to cause any issue at the moment, but I found it weird that the namespace is not set correctly...
The text was updated successfully, but these errors were encountered: