Submodule 11.3: Building the application
Preparing the Distribution Folder I
Preparing the Distribution Folder IV
Open index.html
and surround the JS script inclusion code as follows:
<!-- build:js js/main.js -->
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/tether/dist/js/tether.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
<!-- endbuild -->
Do the same change in aboutus.html
, menu.html
and contactus.html