Bug #1512
Minified CSS could not be loaded, WebUI Design broken
0%
Description
Related to https://github.com/tvheadend/tvheadend/commit/a7da81a394d5eb5d3d7af9dafac58eeff6258ed6
Jan 8 22:12:46 home tvheadend8798: webui: failed to open src/webui/static/extjs/resources/css/ext-all-notheme-min.css
Jan 8 22:12:46 home tvheadend8798: HTTP: 192.168.1.35: /static/extjs/resources/css/ext-all-notheme-min.css -- 500
History
Updated by Adam Sutton almost 12 years ago
- Status changed from New to Need feedback
- Found in version changed from 3.2 to unknown
And how are you running/installing? Works just fine for me.
And how can you possibly have found this in 3.2? Please provide versions as reported in UI or program help.
Adam
Updated by Maxi Lampert almost 12 years ago
Adam Sutton wrote:
And how are you running/installing? Works just fine for me.
OK rebuild it without --enable-bundle works fine now.
And how can you possibly have found this in 3.2? Please provide versions as reported in UI or program help.
Sorry, wrong versions in my mind, using the latest master on github aka. 3.3.285~g6b25dd9
Maxi
Updated by Adam Sutton almost 12 years ago
- Status changed from Need feedback to Invalid
Tried with bundle here, works fine. It's possible that you'd already built with bundling? and the build system failed to detect the newly added file and so this one file was not in the (already built) filebundle.o binary.
Adam
Updated by Maxi Lampert almost 12 years ago
Adam Sutton wrote:
Tried with bundle here, works fine. It's possible that you'd already built with bundling? and the build system failed to detect the newly added file and so this one file was not in the (already built) filebundle.o binary.
make clean did the trick, now bundled version is working as well.