craftsmancoding / repoman

Repoman allows for easy package development in MODX Revolution. Take back the simplicity!
30 stars 7 forks source link

Namespaces for assets path not correctly set after installing a package build with repoman #50

Open nad0u opened 6 years ago

nad0u commented 6 years ago

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 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...