Posts

Showing posts from November, 2015

Debugging Minified Javascript

This is an error we got in the early morning hours from our staging environment: c is null There are lots of things to like about minifying Javascript except this of course. Removing proper variables annihilates context so completely.