Bug #3282
openWeb UI served from git source directory
0%
Description
Seems the UI is now being served from the git source dir where TVH is compiled instead of the installed files under usr/local/share/tvheadend/src/webui/static. If I run make clean I get this....
2015-11-08 09:56:27.828 [ ERROR] webui: failed to open src/webui/static/tvh.css.gz
2015-11-08 09:56:27.828 [ ERROR] http: 127.0.0.1: HTTP/1.1 GET /static/tvh.css.gz -- 500
2015-11-08 09:56:27.831 [ ERROR] webui: failed to open src/webui/static/tvh.js.gz
2015-11-08 09:56:27.831 [ ERROR] http: 127.0.0.1: HTTP/1.1 GET /static/tvh.js.gz -- 500
2015-11-08 09:56:27.868 [ ERROR] webui: failed to open src/webui/static/tvh.js.gz
2015-11-08 09:56:27.868 [ ERROR] http: 127.0.0.1: HTTP/1.1 GET /static/tvh.js.gz -- 500
make install and no make clean it works.
deb build is OK.