1 Matching Annotations
  1. Dec 2019
    1. TODO: check if this PR affects the loading of assets from local. Atm it works just with remote resources. I can't manage to make local assets (CSS or JS files) to be loaded. Just inline code on HTML works 😕.

      • the path is relative but not sure relative to what. Would look like PUBLIC (where the index.php is).
      • the resources are searched into /public, but nothing seems to move the assets there, from the /src/Resources/ directory. Even if the documentation mentions it.
      • assets:install doesn't seems to copy/compile the custom assets.