Add canvas-to-blob dependencies
Add canvas-to-blob dependencies and required missing images files
This commit is contained in:
@@ -4,18 +4,21 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "github:components/jquery",
|
"jquery": "github:components/jquery",
|
||||||
"bootstrap": "github:twbs/bootstrap",
|
"bootstrap": "github:twbs/bootstrap",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css",
|
||||||
|
"canvas-to-blob":"npm:canvas-to-blob"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"js/fileinput.js",
|
"js/fileinput.js",
|
||||||
"js/fileinput.min.js",
|
"js/fileinput.min.js",
|
||||||
"css/fileinput.css",
|
"css/fileinput.css",
|
||||||
"css/fileinput.min.css"
|
"css/fileinput.min.css",
|
||||||
|
"img/loading.gif",
|
||||||
|
"img/loading-sm.gif"
|
||||||
],
|
],
|
||||||
"registry": "jspm",
|
"registry": "jspm",
|
||||||
"shim": {
|
"shim": {
|
||||||
"js/fileinput": {
|
"js/fileinput": {
|
||||||
"deps": ["jquery", "bootstrap", "./css/fileinput.css!"],
|
"deps": ["jquery", "bootstrap", "canvas-to-blob", "../css/fileinput.css!"],
|
||||||
"exports": "$"
|
"exports": "$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user