From: Bill Erickson Date: Wed, 13 Aug 2014 16:41:40 +0000 (-0400) Subject: LP#1350042 add missing ui-bootstrap dep to Gruntfile X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8487d77bc34b1160f57df4b6c1c9d6b3b4d20f24;p=evergreen%2Fpines.git LP#1350042 add missing ui-bootstrap dep to Gruntfile Signed-off-by: Bill Erickson Signed-off-by: Ben Shum --- diff --git a/Open-ILS/web/js/ui/default/staff/Gruntfile.js b/Open-ILS/web/js/ui/default/staff/Gruntfile.js index d55d71f9b3..eb004dcc8e 100644 --- a/Open-ILS/web/js/ui/default/staff/Gruntfile.js +++ b/Open-ILS/web/js/ui/default/staff/Gruntfile.js @@ -19,6 +19,7 @@ module.exports = function(grunt) { 'bower_components/angular/angular.min.js.map', 'bower_components/angular-route/angular-route.min.js', 'bower_components/angular-route/angular-route.min.js.map', + 'bower_components/angular-bootstrap/ui-bootstrap.min.js', 'bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js', 'bower_components/angular-hotkeys/build/hotkeys.min.js', ] @@ -78,6 +79,7 @@ module.exports = function(grunt) { // The order is important. 'build/js/angular.min.js', 'build/js/angular-route.min.js', + 'build/js/ui-bootstrap.min.js', 'build/js/ui-bootstrap-tpls.min.js', 'build/js/hotkeys.min.js', // NOTE: OpenSRF must be installed