Skip to content

Instantly share code, notes, and snippets.

@barneycarroll
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barneycarroll/9392501 to your computer and use it in GitHub Desktop.
Save barneycarroll/9392501 to your computer and use it in GitHub Desktop.
Comment JSON while keeping validity
{
"" : "// Start Zepto ",
"zepto" : "../../lib/zepto/zepto",
"zepto-extras" : "../../lib/zepto/zepto-extras",
"zepto-slide-transition" : "../../lib/zepto/zepto-slide-transition",
"zepto-fx-methods" : "../../lib/zepto/zepto-fx-methods",
"" : "// End Zepto ",
"" : "// Start jQuery ",
"jquery" : "../../lib/jquery/jquery-1.10.2",
"" : "// End jQuery ",
"" : "// Start _ ",
"underscore" : [
"//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.1/underscore-min",
"../../lib/underscore/underscore-min"
],
"" : "// End _ ",
"" : "// Start require plugins ",
"async" : "../../lib/requirejs/async",
"text" : "../../lib/requirejs/text",
"json" : "../../lib/requirejs/json",
"msg" : "../../lib/requirejs/msg",
"is" : "../../lib/requirejs/is",
"is-api" : "../../lib/requirejs/is-api",
"" : "// End require plugins ",
"" : "// Start Modernizr ",
"modernizr" : "../../lib/modernizr-2.6.2.min",
"" : "// End Modernizr ",
"" : "// Start ext ",
"parsley" : "../../lib/ext/parsley",
"sprintf" : "../../lib/ext/sprintf",
"query-parser" : "../../lib/ext/jquery-queryParser",
"picture" : "../../lib/ext/picturefill",
"waypoints" : "../../lib/ext/waypoints",
"maskedinput" : "../../lib/ext/inputmask.bundle",
"" : "// End ext ",
"" : "// Start polyfills ",
"match-media" : "../../lib/polyfills/matchMedia",
"match-media-listener" : "../../lib/polyfills/matchMedia.addListener",
"" : "// End polyfills ",
"" : "// Start breakpoint detection ",
"breakpoints" : "../../lib/breakpoints/breakpoints"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment