ExLibrisGroup/primo-explore-devenv

Custom html no longer is displayed

Closed this issue · 1 comments

I had it installed and working, and I could edit the HTML files and see the changes. If I open the home_en_US.html directly in a browser as a file open it naturally does not work but I can still see my changes are present in the file listed in the serving files from list, and if I mess with the CSS can see the effect. If I use the access url, I can search and retrieve records. Everything seems fine except my the changes to the HTML are not showing. Any guidance would be appreciated.

Thanks

[BS] Access URLs:

   Local: http://localhost:8003
External: http://137.151.xxx.xx:8003

      UI: http://localhost:3001

UI External: http://137.151.xxx.xx:3001

[BS] Serving files from: primo-explore
custom/zebra
{ viewJs: [ 'custom/zebra/js/custom.js' ],
viewCss: [ 'custom/zebra/css/custom1.css' ],
centralCss: '',
favIcon: [],
libraryLogo: 'custom/zebra/img/library-logo.png',
resourceIcons: {},
homepageHtml: { en_US: 'custom/zebra/html/home_en_US.html' } }

I committed a fix to primoProxy.js to fix this -
#19