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
I have already searched for current issues, which does not help me.
Expected behavior
I'm serving my internal js/css/lib in a different domain like https://staticfiles.example.com when my site is https://www.example.com
When using theme version before 8.9.0 I just set vendors to local and after generate files, copy js/css/lib folder to staticfiles folder, and in config.yaml file set like this:
Then my internal js/css/lib file will be serverd with staticfiles.example.com
But in theme version 8.9.0, js config has been removed and new custom cdn url added. I'm not using custom cdn but only another domain to server staticfile.
So will it be possible to add js config back and if people using custom cdn url, you can ignore this setting, but if using local for vendors, using js\css\images config to set domain and path.
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. It is possible issue was solved or at least outdated. Feel free to open new for related bugs.
Expected behavior
I'm serving my internal js/css/lib in a different domain like https://staticfiles.example.com when my site is https://www.example.com
When using theme version before 8.9.0 I just set vendors to local and after generate files, copy js/css/lib folder to staticfiles folder, and in config.yaml file set like this:
vendors:
internal: local
plugins: local
js: https://staticfiles.example.com/js
css: https://staticfiles.example.com/css
images: https://staticfiles.example.com/images
Then my internal js/css/lib file will be serverd with staticfiles.example.com
But in theme version 8.9.0, js config has been removed and new custom cdn url added. I'm not using custom cdn but only another domain to server staticfile.
So will it be possible to add js config back and if people using custom cdn url, you can ignore this setting, but if using local for vendors, using js\css\images config to set domain and path.
The text was updated successfully, but these errors were encountered: