[email protected] with bowerThe file popper.js should be located in dist/popper.js.
The file popper.js is located in dist/dist/popper.js.
What are you using to install the library? With npm everything seems right:
https://unpkg.com/[email protected]/
I have the same problem with bower.
Thanks for the heads up, I'll see what I can do ASAP
@FezVrasta I installed it using bower.
@FezVrasta does this has to do something with copy command in bower-publish.sh
cp -R dist ../../dist
This will copy the dist folder inside the other dist folder.
Instead using cp -R dist/* ../../dist should fix the issue.
Yes that's prob it
Please try 1.12.9, it should be okay
Thank you :)