From: Bill Erickson Date: Fri, 1 Aug 2014 12:38:10 +0000 (-0400) Subject: include angular map files to avoid 404's X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=19f30be0e5259be798eb999c92e9a6e6e1c24cf1;p=working%2FEvergreen.git include angular map files to avoid 404's Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/js/ui/default/staff/Gruntfile.js b/Open-ILS/web/js/ui/default/staff/Gruntfile.js index 883d6dbbfc..d55d71f9b3 100644 --- a/Open-ILS/web/js/ui/default/staff/Gruntfile.js +++ b/Open-ILS/web/js/ui/default/staff/Gruntfile.js @@ -16,7 +16,9 @@ module.exports = function(grunt) { expand : true, src: [ 'bower_components/angular/angular.min.js', + '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-tpls.min.js', 'bower_components/angular-hotkeys/build/hotkeys.min.js', ]