I have recently been messing around with bootstrap-4.0.0-alpha.6 after downloading the 'source'.
Some of the example themes 'bootstrap-4.0.0-alpha.6\bootstrap-4.0.0-alpha.6\docs\examples' have this script (specifically the navbar-top-fixed)
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
I am trying to move the example theme 'navbar-top-fixed' to a different location, so I am also moving the scripts associated and updating the paths.
I can't find this file ANYWHERE?
Is it even used?
assets/js/vendor path shows jquery-slim but not jquery.min