Last active
December 18, 2016 18:27
-
-
Save MartinL83/9c838c403ed7569b9bf65b971ea527fc to your computer and use it in GitHub Desktop.
Bootstrap 4 JS and Meteor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Import tether.js | |
// We also add 'global.Tether' as a workaround for Meteor. | |
import tether from 'tether'; | |
global.Tether = tether; | |
// Import Bootstrap js. | |
bootstrap = require('bootstrap'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment