Include build folder in files array
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"jquery": "github:components/jquery",
|
"jquery": "github:components/jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
},
|
},
|
||||||
"files": ["toastr.js", "toastr.css"],
|
"files": ["toastr.js", "toastr.css", "build"],
|
||||||
"shim": {
|
"shim": {
|
||||||
"toastr": {
|
"toastr": {
|
||||||
"deps": ["jquery", "./toastr.css!"],
|
"deps": ["jquery", "./toastr.css!"],
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"jquery": "github:components/jquery",
|
"jquery": "github:components/jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
},
|
},
|
||||||
"files": ["toastr.js", "build/toastr.css"],
|
"files": ["toastr.js", "build"],
|
||||||
"shim": {
|
"shim": {
|
||||||
"toastr": {
|
"toastr": {
|
||||||
"deps": ["jquery", "./build/toastr.css!"],
|
"deps": ["jquery", "./build/toastr.css!"],
|
||||||
|
|||||||
Reference in New Issue
Block a user