We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When i use a Multilanguage / Multienviroment Setup like this:
return array( '*' => array( 'devMode' => false, 'limitAutoSlugsToAscii' => true, 'convertFilenamesToAscii' => true, 'enableTemplateCaching' => false, 'defaultSearchTermOptions' => array( 'subLeft' => true, 'subRight' => true, ), ), 'delico.tkftest.ch' => array( 'siteUrl' => array( 'de' => 'http://delico.tkftest.ch/', 'fr' => 'http://delico.tkftest.ch/fr/', 'en' => 'http://delico.tkftest.ch/en/', ), ), 'delico.staging.tkftest.ch' => array( 'siteUrl' => array( 'de' => 'http://delico.staging.tkftest.ch/', 'fr' => 'http://delico.staging.tkftest.ch/fr/', 'en' => 'http://delico.staging.tkftest.ch/en/', ), ), );
Compressor try's to find the file at the corresponding Url not the absolute Path eg:
In French : http://delico.staging.tkftest.ch/fr/assetpath
The text was updated successfully, but these errors were encountered:
I have the same problem. A config option to switch to absolute urls, excluding the siteUrl would be great.
Sorry, something went wrong.
Not working on domain-based multilingual site either.
No branches or pull requests
When i use a Multilanguage / Multienviroment Setup like this:
Compressor try's to find the file at the corresponding Url not the absolute Path eg:
In French : http://delico.staging.tkftest.ch/fr/assetpath
The text was updated successfully, but these errors were encountered: