Created by: danieldram
Hi there, This is my first pull request, I tried my best to follow your guidelines so please let me know if I should redo anything or fix anything up.
Our team here is attempting to use Bootstrap 4 with an Angular 2 build. We are also using ES6 module loading syntax and as a result, when we "import 'bootstrap'" it is missing the jQuery and Tether deps. Because there is no global scope we can attach these deps to, we ended up editing your source to require jquery and tether where required. We're using this unofficial version with hopes that in the future release of Bootstrap 4, the npm package will provide those deps instead so we can alway ensure we have the latest stable release.
I included a test example in the /public folder and included an app.js that gets compiled by a gulp build. I added these as I wasn't sure how else to to include a relevant test case for the need for the deps to be apart of v4. I can resubmit a new pull request without these codes if you are okay with what I've submitted so far.
Please let me know if you require anything else or any changes from me in order to make this a successful pull request.
Thanks! Daniel