Hey , i try to add bootstrap.min.js but i get an error that jquery is not loaded first
this is my default_head_block.xml file :
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<css src="bower_components/bootstrap/dist/css/bootstrap.min.css" />
<css src="bower_components/bootstrap/dist/css/bootstrap-theme.min.css"/>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"/>
</head>
i know magento 2 is work on requireJS AMD but i cant fild the jquery file .
i guess i need to put bootstrap on requireJS to all the pages in websites .
Another question is how to do it only at product page?
I need to override magento 2 build-in module file require.config.js?
Thanks for help,
Nir Goldman