From afec0dbb50947a9b6903f08a7b3fa2d277bfc15a Mon Sep 17 00:00:00 2001 From: Moes Date: Mon, 1 Feb 2016 09:47:08 +1000 Subject: [PATCH] Add canvas-to-blob dependencies Add canvas-to-blob dependencies and required missing images files --- .../github/kartik-v/bootstrap-fileinput@4.3.0.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package-overrides/github/kartik-v/bootstrap-fileinput@4.3.0.json b/package-overrides/github/kartik-v/bootstrap-fileinput@4.3.0.json index 98dcb0f..e942867 100644 --- a/package-overrides/github/kartik-v/bootstrap-fileinput@4.3.0.json +++ b/package-overrides/github/kartik-v/bootstrap-fileinput@4.3.0.json @@ -4,18 +4,21 @@ "dependencies": { "jquery": "github:components/jquery", "bootstrap": "github:twbs/bootstrap", - "css": "github:systemjs/plugin-css" + "css": "github:systemjs/plugin-css", + "canvas-to-blob":"npm:canvas-to-blob" }, "files": [ "js/fileinput.js", "js/fileinput.min.js", "css/fileinput.css", - "css/fileinput.min.css" + "css/fileinput.min.css", + "img/loading.gif", + "img/loading-sm.gif" ], "registry": "jspm", "shim": { "js/fileinput": { - "deps": ["jquery", "bootstrap", "./css/fileinput.css!"], + "deps": ["jquery", "bootstrap", "canvas-to-blob", "../css/fileinput.css!"], "exports": "$" } }