bernii / gauge.js

100% native and cool looking JavaScript gauge
MIT License
1.42k stars 391 forks source link

gauge.min.js doesn't correlate with gauge.coffee #27

Closed andyhmltn closed 11 years ago

andyhmltn commented 11 years ago

Just as a note, I tried using the 'gauge.min.js' that is on the scripts homepage. I've been scratching my head wondering why the colours weren't working. When I compiled the coffeescript version and used that instead, it worked perfect

francisdb commented 11 years ago

Was also bitten by this discrepancy

andyhmltn commented 11 years ago

I think the best thing to do would be to exclude '.min.js' and provide instructions for building it. Either that, or create a build script and make sure it runs before every push.

francisdb commented 11 years ago

That would be nice, my playframework coffee plugin fails to compile the script

bernii commented 11 years ago

Sorry and thanks for catching that guys! I'll build a script that will compile it on each push.

andyhmltn commented 11 years ago

That's great! This tool has come in really handy these past few days.

coreymade commented 11 years ago

Had the same problem....stil not fixed.

mpolden commented 11 years ago

Still a problem. gauge.min.js is out of sync with gauge.coffee/gauge.js.

Very difficult to notice why colorStart/colorStop doesn't work, especially when installing through bower.

dylanswartz commented 11 years ago

Hey guys, I also experienced this issue with the minified version. I just compiled the coffeescript myself and now the colors work correctly.

bernii commented 11 years ago

Recompiled both files