The example config in the Readme was not working for me until I appended _DEBUG to output.library (${pbivizFile.visual.guid}_DEBUG). I'm not sure if this is indicative of something else I'm doing wrong, but it looks like in development mode the customVisualHost script looks for the guid with a _DEBUG suffix and so doesn't find my visual code unless I make the above change.
The example config in the Readme was not working for me until I appended _DEBUG to
output.library(${pbivizFile.visual.guid}_DEBUG). I'm not sure if this is indicative of something else I'm doing wrong, but it looks like in development mode the customVisualHost script looks for the guid with a _DEBUG suffix and so doesn't find my visual code unless I make the above change.