While it may seem like a simple question, I am struggling to find the answer. How can I import popper.js that comes with Bootstrap 4 beta?
I am using Bower and have successfully installed Bootstrap 4 beta. However, in the bower_components folder, there is a popper.js directory with several sub-folders but no dist folder or popper.min.js file.
The Bootstrap 4 guide directs me to the CDN link: https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js.
Is there a way to import popper.js without using the CDN? Where can I locate the popper.min.js file?
EDIT: Even after downloading a zip file from the popper.js website, I am still unable to find the necessary files that I thought would be included when downloaded from Bower.