refactor(core): deprecate the base path argument of Assets::urlFromPath
The base path is PUBLIC_PATH in every call site, so the argument became
optional and defaults to it. Passing it explicitly still works, which keeps
third party themes and modules building.
optional and defaults to it. Passing it explicitly still works, which keeps
third party themes and modules building.