From e5e6e765d65b371ead75ba2a722879fa5363b764 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 8 May 2014 14:25:09 -0400 Subject: [PATCH] more build repairs Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/t_base_js.tt2 | 1 - Open-ILS/web/js/ui/default/staff/Gruntfile.js | 2 -- 2 files changed, 3 deletions(-) diff --git a/Open-ILS/src/templates/staff/t_base_js.tt2 b/Open-ILS/src/templates/staff/t_base_js.tt2 index a171b696f8..e56cf474c0 100644 --- a/Open-ILS/src/templates/staff/t_base_js.tt2 +++ b/Open-ILS/src/templates/staff/t_base_js.tt2 @@ -5,7 +5,6 @@ - diff --git a/Open-ILS/web/js/ui/default/staff/Gruntfile.js b/Open-ILS/web/js/ui/default/staff/Gruntfile.js index 3343497e6d..303cc565bf 100644 --- a/Open-ILS/web/js/ui/default/staff/Gruntfile.js +++ b/Open-ILS/web/js/ui/default/staff/Gruntfile.js @@ -17,7 +17,6 @@ module.exports = function(grunt) { src: [ 'bower_components/angular/angular.min.js', 'bower_components/angular-route/angular-route.min.js', - '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', ] @@ -77,7 +76,6 @@ 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 -- 2.11.0