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:
Josh Graham
2015-09-21 12:35:58 -05:00
parent b4ab345be6
commit 0d98c55e91
@@ -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"
}