From 0d98c55e91b6d95d644eebf2bac5efc1abab6f6a Mon Sep 17 00:00:00 2001 From: Josh Graham Date: Mon, 21 Sep 2015 12:35:58 -0500 Subject: [PATCH] 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. --- package-overrides/github/CodeSeven/toastr@2.1.1.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/CodeSeven/toastr@2.1.1.json b/package-overrides/github/CodeSeven/toastr@2.1.1.json index d818499..4a12701 100644 --- a/package-overrides/github/CodeSeven/toastr@2.1.1.json +++ b/package-overrides/github/CodeSeven/toastr@2.1.1.json @@ -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" }