From f1e2631e2cf586d906cf9fe0f971274045b8d243 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Tue, 29 Aug 2017 15:03:51 -0400 Subject: [PATCH 1/1] The ngToast maintainers decided to trick us with a new directory name. Thanks. Signed-off-by: Mike Rylander Signed-off-by: Kathy Lussier --- Open-ILS/web/js/ui/default/staff/Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/web/js/ui/default/staff/Gruntfile.js b/Open-ILS/web/js/ui/default/staff/Gruntfile.js index d8af90443c..978e918539 100644 --- a/Open-ILS/web/js/ui/default/staff/Gruntfile.js +++ b/Open-ILS/web/js/ui/default/staff/Gruntfile.js @@ -55,8 +55,8 @@ module.exports = function(grunt) { src : [ 'node_modules/angular-hotkeys/build/hotkeys.min.css', 'node_modules/bootstrap/dist/css/bootstrap.min.css', - 'node_modules/ngtoast/dist/ngToast.min.css', - 'node_modules/ngtoast/dist/ngToast-animations.min.css', + 'node_modules/ng-toast/dist/ngToast.min.css', + 'node_modules/ng-toast/dist/ngToast-animations.min.css', 'node_modules/angular-tree-control/css/tree-control.css', 'node_modules/angular-tree-control/css/tree-control-attribute.css', 'node_modules/angular-tablesort/tablesort.css' -- 2.43.2