From 892cf445341942230c36b5053cc870fc9032c354 Mon Sep 17 00:00:00 2001 From: Rincy Mathew Date: Fri, 3 Apr 2020 16:47:32 -0500 Subject: [PATCH 1/5] Added the tamu build file and modifed config files --- Gruntfile.js | 3 ++- app/config/appConfig.js | 2 +- app/index.html | 54 ++++++++++++++++++++++++++++------------- app/tl-components.js | 4 +++ 4 files changed, 44 insertions(+), 19 deletions(-) create mode 100644 app/tl-components.js diff --git a/Gruntfile.js b/Gruntfile.js index 5342c5e3..1b044061 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,7 +45,8 @@ module.exports = function (grunt) { '!node_modules/**/*', '!<%= build.app %>/node_modules/**/*', '!<%= build.app %>/components/**/*', - '!<%= build.app %>/resources/**/*' + '!<%= build.app %>/resources/**/*', + '!<%= build.app %>/tl-components.js' ] }, 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..7f2e9761 100644 --- a/app/index.html +++ b/app/index.html @@ -51,16 +51,22 @@