Use a css file that will work for both 2.1.1 and 2.1.2
They got rid of the css file at the root in v2.1.2 but the min.css under the build folder is there in both versions.
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
"css": "github:systemjs/plugin-css"
|
||||
},
|
||||
"files": [
|
||||
"toastr.css",
|
||||
"build/toastr.min.css",
|
||||
"toastr"
|
||||
],
|
||||
"shim": {
|
||||
"toastr": {
|
||||
"deps": [
|
||||
"jquery",
|
||||
"./toastr.css!"
|
||||
"./build/toastr.min.css!"
|
||||
],
|
||||
"exports": "toastr"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user