I've added
a merge request addressing a few issues I had in my dev setup based on docker compose:
- the
format_css_if_exists
and format_js_if_exists
functions did not keep the port number of the base_url, which caused stylesheets and javascript files to not load on my dev setup. This also means the script_path
function becomes obsolete so I dropped it. Probably won't matter much to production setups, but it makes it possible to run a local dev setup where it's useful to use a non-standard port. - The Cloud module would go into a redirect loop when trying to fetch an image, due to the
App::$query_string
having an extra question mark at the end if no args were passed in the original URL.
It would be awesome if any of the more experienced devs could have a look at it and provide some feedback if there's anything I need to change.
Thanks!