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