Sterc / modx-minify

9 stars 5 forks source link

No cross-domain/multi-context support #39

Open DizeroNL opened 6 years ago

DizeroNL commented 6 years ago

Since MODX Revolution supports multiple sites to be managed from one install, I feel like any add-on, such as this, should support that as well. And unless I missed something somewhere, it doesn't, though.

I have one install at let's domain1.com, but also manage domain2.com and domain3.com from the same install. The minified result will always be placed in the domain.com/assets/.. folder, thus forcing one to use a cross-domain link.

Shouldn't it be possible to have the created file be placed on the other domains as well?