documentcloud / jammit

Industrial Strength Asset Packaging for Rails
http://documentcloud.github.com/jammit/
MIT License
1.16k stars 197 forks source link

Compressed JS on heroku fails. #122

Closed antani closed 13 years ago

antani commented 13 years ago

I have the following .js file which I compress and upload to heroku via jammit : application.js rails.js jquery.tipTip.minified.js jquery.pnotify.js jquery.colorbox-minified.js

Thing work fine on the development mode but when I upload this to production on heroku, I start seeing errors related to tipTip js. (you can see errors in Firebug for site - www.socl.in) - error is on js.js line : 1

meleyal commented 13 years ago

that's probably caused by a syntax error in tipTip.js, try running it through JS lint.