notandy / ympd

Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS
http://www.ympd.org
GNU General Public License v2.0
523 stars 144 forks source link

Ultra, mega, very long line #154

Open sledzik1984 opened 7 years ago

sledzik1984 commented 7 years ago

ympd/htdocs/js/modernizr-custom.js has been formatted as one ultralong line of code that no one can read and understand. Right now I'm trying to Debianize YMPD but that ultralong line makes an lintian error.

Is there any chance to make that file normal, human readable?

BenjaminHae commented 7 years ago

You can open the link in the second line of the file

 * Build: http://modernizr.com/download/#-touch-shiv-cssclasses-teststyles-prefixes-load

and remove the minify property on the left, then build it.