devsnd / cherrymusic

Stream your own music collection to all your devices! The easy to use free and open-source music streaming server.
http://www.fomori.org/cherrymusic
GNU General Public License v3.0
1.03k stars 189 forks source link

Stopped working after minification #655

Closed iexos closed 7 years ago

iexos commented 7 years ago

Since commit c44216bddbe cherrymusic does not react anymore to user input. I can log in, but clicking on any buttons does nothing. On Firefox as well as on the Android browser.

CherryMusic is running at root level on port 8443 ([mydomain]:8443/)

Log output from Firefox console:

Error in parsing value for ‘-webkit-text-size-adjust’.  Declaration dropped.  cherrymusic.css:39:28
Unknown pseudo-class or pseudo-element ‘-webkit-search-cancel-button’.  Ruleset ignored due to bad selector.  cherrymusic.css:160:22
Expected color but found ‘auto’.  Expected color but found ‘-webkit-focus-ring-color’.  Expected end of value but found ‘-webkit-focus-ring-color’.  Error in parsing value for ‘outline’.  Declaration dropped.  cherrymusic.css:220:15
Expected end of value but found ‘\9 ’.  Error in parsing value for ‘margin-top’.  Declaration dropped.  cherrymusic.css:1431:18
Expected color but found ‘auto’.  Expected color but found ‘-webkit-focus-ring-color’.  Expected end of value but found ‘-webkit-focus-ring-color’.  Error in parsing value for ‘outline’.  Declaration dropped.  cherrymusic.css:1451:15
Unknown pseudo-class or pseudo-element ‘-webkit-outer-spin-button’.  Ruleset ignored due to bad selector.  cherrymusic.css:1454:22
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector.  cherrymusic.css:1464:14
Unknown pseudo-class or pseudo-element ‘-webkit-input-placeholder’.  Ruleset ignored due to bad selector.  cherrymusic.css:1467:15
Unknown property ‘user-select’.  Declaration dropped.  cherrymusic.css:1732:13
Expected color but found ‘auto’.  Expected color but found ‘-webkit-focus-ring-color’.  Expected end of value but found ‘-webkit-focus-ring-color’.  Error in parsing value for ‘outline’.  Declaration dropped.  cherrymusic.css:1736:15
Expected ‘none’, URL, or filter function but found ‘alpha(’.  Error in parsing value for ‘filter’.  Declaration dropped.  cherrymusic.css:1757:10
Expected ‘none’, URL, or filter function but found ‘progid’.  Error in parsing value for ‘filter’.  Declaration dropped.  cherrymusic.css:2763:10
Expected ‘none’, URL, or filter function but found ‘alpha(’.  Error in parsing value for ‘filter’.  Declaration dropped.  cherrymusic.css:4199:10
Expected ‘none’, URL, or filter function but found ‘alpha(’.  Error in parsing value for ‘filter’.  Declaration dropped.  cherrymusic.css:4207:10
Expected ‘none’, URL, or filter function but found ‘alpha(’.  Error in parsing value for ‘filter’.  Declaration dropped.  cherrymusic.css:4278:10
Expected ‘none’, URL, or filter function but found ‘alpha(’.  Error in parsing value for ‘filter’.  Declaration dropped.  cherrymusic.css:4282:10
Expected ‘none’, URL, or filter function but found ‘alpha(’.  Error in parsing value for ‘filter’.  Declaration dropped.  cherrymusic.css:5070:10
Unknown property ‘-moz-opacity’.  Declaration dropped.  cherrymusic.css:5072:14
Error in parsing value for ‘width’.  Declaration dropped.  [mydomain]:8443

#### after clicking "browse files"
ReferenceError: loadBrowser is not defined[Learn More]  [mydomain]:8443:1:1
iexos commented 7 years ago

Just noticed #652, so this is just a reminder to commit the minified JS :)

tilboerner commented 7 years ago

@iexos Thanks for the reminder! I commited an empty js file previously. 😓 Should be fixed now. Sorry, everybody!