alaingilbert / Turntable-API

Allows you to create bots for turntable.fm
http://alaingilbert.github.com/Turntable-API/
MIT License
317 stars 98 forks source link

Why is it minified? #155

Closed Izzmo closed 11 years ago

Izzmo commented 11 years ago

Is there a reason to have this minified at all? It's a server-side application and now debugging is a major pain in the arse. It's even minified on github which doesn't make any sense.

I noticed there is a coffee file.. but.. do people really use that? Actual JS for life =P

alaingilbert commented 11 years ago

The architecture suck at the very moment ! But yeah, I rewrote the whole thing in coffeescript. (and) There is absolutely no reason at all for the javascript to be minified. I'll fix this !

Izzmo commented 11 years ago

Cool, yeah I have no problem with CoffeeScript haha, just need the output! :smile:

Thanks Alain.

alaingilbert commented 11 years ago

I removed the minified file. Now you can find the compiled sources here : https://github.com/alaingilbert/Turntable-API/blob/master/lib/bot.js

PS: NEVER use coffeescript... kinda addictive :O ;)

Izzmo commented 11 years ago

Haha, everyone keeps telling me to use it.. maybe now is the time.

technobly commented 11 years ago

+1 for this change