From a84b1a62a8278af2e27755bbc1504db572d0c280 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Fri, 27 Nov 2015 16:15:13 +0200 Subject: [PATCH] jspm 0.17 bootstrap override adjustments --- .../github/twbs/bootstrap@3.3.4.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/twbs/bootstrap@3.3.4.json b/package-overrides/github/twbs/bootstrap@3.3.4.json index d69b932..b48966f 100644 --- a/package-overrides/github/twbs/bootstrap@3.3.4.json +++ b/package-overrides/github/twbs/bootstrap@3.3.4.json @@ -9,5 +9,16 @@ "dependencies": { "jquery": "github:components/jquery" }, - "files": ["css", "fonts", "js"] -} \ No newline at end of file + "files": ["dist", "fonts", "js", "less", "grunt", "LICENSE"], + "systemjs": { + "main": "dist/js/bootstrap.js", + "modules": { + "dist/js/bootstrap.js": { + "deps": [ + "jquery" + ], + "exports": "$" + } + } + } +}