Skip to content

Instantly share code, notes, and snippets.

@KoltesDigital
Created June 13, 2017 14:00
Show Gist options
  • Save KoltesDigital/5dfb9659c589c3c45b20d9bc7c2d67b1 to your computer and use it in GitHub Desktop.
Save KoltesDigital/5dfb9659c589c3c45b20d9bc7c2d67b1 to your computer and use it in GitHub Desktop.
JSPM workaround for "Bootstrap's JavaScript requires jQuery"
System.config({
...
meta: {
"github:twbs/[email protected]/js/bootstrap": {
"globals": {
"jQuery": "jquery",
"$": "jquery"
}
}
},
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment