ExLibrisGroup/primo-explore-devenv

missing deployment for static help file on localhost

Closed this issue · 3 comments

Hello,

I can't use the custom help file (help_de_DE.html) on localhost. I think it doesn‘t deploy when i run the view with the gulp taskrunner (gulp run --view).

If I create a package and deploy it into back office i can use the static help file. Is there a way to see changes in help file locally?

best regards, Paul

It seems that help file content is dynamically created on server when /primo-explore/static-file/help?vid=&lang= is accessed. Therefore custom//html/help_*.html need to be deployed on server.

It would be great if help file creation can be done by primo-explore-devenv, then real-time edit of help files is much easier without need to deploy on every change.

@noamamit92 @ShoulM can you have a look on this issue ?

gilax commented

Is this issue still happening? I couldn't reproduce it

@gilax It works now for me, local changes are reflected immediatly, it think this issue can be closed.