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
Currently, jquery and bootstrap are still loaded from jsdelivr. This should not be the case. Change references to these resources to use the scripts stored under web/js
The text was updated successfully, but these errors were encountered:
i have no copy the js and css files from the vender packages to the web/js or web/css folder and now the design working. the links to the files in the vendor folder doesn't working. for example
/web/css/font-awesome.min.css link to ../../vendor/fortawesome/font-awesome/css/font-awesome.min.css and that is not working. i have testing this on 3 different systems with your own configuration, control panels and OS.
But now after the css and js files are loaded, the images and fonts does not working.
i have seen that for the fonts and images is not a directory, this are files with more links to vendor packages.
Currently, jquery and bootstrap are still loaded from jsdelivr. This should not be the case. Change references to these resources to use the scripts stored under
web/js
The text was updated successfully, but these errors were encountered: