Skip to content

Instantly share code, notes, and snippets.

@MartinL83
Last active December 18, 2016 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinL83/9c838c403ed7569b9bf65b971ea527fc to your computer and use it in GitHub Desktop.
Save MartinL83/9c838c403ed7569b9bf65b971ea527fc to your computer and use it in GitHub Desktop.
Bootstrap 4 JS and Meteor
// 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