Skip to content

Instantly share code, notes, and snippets.

@yulanggong
Last active May 3, 2016 02:28
Show Gist options
  • Save yulanggong/5e5fb07f082e91218e9a09d04d1b5121 to your computer and use it in GitHub Desktop.
Save yulanggong/5e5fb07f082e91218e9a09d04d1b5121 to your computer and use it in GitHub Desktop.
Checking JS code compression
var isCompressed = (function(){/*This comment will be removed in compression*/}+'').length < 15;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment