My uglified (using rails uglifier) javascript ends like this:
/* ... actual code */}.call(this),function(){}.call(this),function(){}.call(this),function(){}.call(this),function(){}.call(this),function(){}.call(this);
Or for humans:
}.call(this),
function(){}.call(this),
function(){}.call(this),
function(){}.call(this),
function(){}.call(this),
function(){}.call(this);
Uglifier should be reducing the number of bytes in the final product. I've got some empty coffee files (but more than 6) so as far as I know, it's not because rails is processing them. Anyone know why this would be happening?