terramar-labs / packages

Enhances Composer Satis with webhook integrations to GitHub and GitLab
http://docs.terramarlabs.com/packages/3.2
MIT License
164 stars 50 forks source link

Use jQuery and bootstrap js libs in repo. #76

Open tyler-sommer opened 6 years ago

tyler-sommer commented 6 years ago

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

strausmann commented 6 years ago

Hi,

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.

image

i have seen that for the fonts and images is not a directory, this are files with more links to vendor packages.

Regards,

Bjoern