Robin Miller

Results 2 comments of Robin Miller

I had the same problem (with Ruby + Sinatra + AssetPack + Uglifier). The compressed version creates a garbage output JS file ("undefined is not a function"). My fix was...

Just encountered this today in a situation wherein cookie keys included `#` as a separator for additional namespacing. This was fine when only created & parsed in JS, but but...