diff --git a/Gruntfile.js b/Gruntfile.js index 5342c5e3..38b1446f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,7 +45,7 @@ module.exports = function (grunt) { '!node_modules/**/*', '!<%= build.app %>/node_modules/**/*', '!<%= build.app %>/components/**/*', - '!<%= build.app %>/resources/**/*' + '!<%= build.app %>/resources/**/*', ] }, diff --git a/app/config/appConfig.js b/app/config/appConfig.js index c054782f..c8ce26b6 100644 --- a/app/config/appConfig.js +++ b/app/config/appConfig.js @@ -8,7 +8,7 @@ var appConfig = { // Set this to the webService if mocking AuthService - 'authService': 'http://labs.library.tamu.edu/auth3', + 'authService': 'http://labs.library.tamu.edu/authfix', 'webService': 'http://localhost:9000', 'iiifService': 'http://localhost:9003', //If cantaloupeService is null, a simple image viewer will be used instead of the OpenSeaDragon viewer diff --git a/app/index.html b/app/index.html index 589559a9..622224d4 100644 --- a/app/index.html +++ b/app/index.html @@ -51,16 +51,22 @@