JarvusInnovations / emergence-skeleton

A common foundation for building websites for the Emergence runtime
http://jarvusinnovations.github.io/emergence-skeleton/
MIT License
6 stars 8 forks source link

[skeleton-v3] Pull frontend dependencies from source #193

Open themightychris opened 5 years ago

themightychris commented 5 years ago

@ryon please document here the repos/branches you pulled vendor libs from, I want to set up hologit links for each so we can control vendor lib upgrades there going forward

ryon commented 5 years ago
lib source
bootstrap.js https://github.com/twbs/bootstrap/blob/master/dist/js/bootstrap.js
jquery.filedrop.js https://github.com/weixiyen/jquery-filedrop/blob/master/jquery.filedrop.js
jquery.js https://github.com/jquery/jquery-dist/blob/master/dist/jquery.js
markdown.js I’m not sure, maybe https://github.com/jjclark1982/markdown ?
popper.js https://unpkg.com/popper.js/dist/
prism.js [Customized download]
   
bootstrap.scss https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap.css
prism.scss [Customized download]

Font Awesome info TK