Hi,
I have some troubles with the gitiles plugin:
I try to get some custom styling for the gitiles pages, but run into troubles:
It seems there is a customTemplate config var and a customHeader var to select an alternative heading.
But that seems not to work the way I tried it:
in etc/gitiles.config:
[gitiles]
customTemplates =some path
customHeader= my name
and a soy file defining my header variant. But I get no change...
Then I tried to build a custom gitiles with a modifed header template. The template then takes effect.
But I observed 404 for all
http://localhost:8088/plugins/gitiles/+static/*.css files,
so the styling is not really applied.
And hints and ideas?
Björn