Skip to content

Instantly share code, notes, and snippets.

@dorey
Created May 21, 2014 23:35
Show Gist options
  • Save dorey/6adc61e698c336ef5189 to your computer and use it in GitHub Desktop.
Save dorey/6adc61e698c336ef5189 to your computer and use it in GitHub Desktop.
yuglify breaking on jquery
// Excerpt from jQuery v2.1.1
// a comment in the middle of the Sizzle declaration causes yuglify v0.1.4 to trip up
var Sizzle =
/*!
* Sizzle CSS Selector Engine v1.10.19
* http://sizzlejs.com/
*
* Copyright 2013 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2014-04-18
*/
(function( window ) {
// ...
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment