The comment (& the JSHint pragma) doesn't make sense in the context of the
full built file.
Closes gh-3078
skipSemiColonInsertion: true,
wrap: {
start: wrapper[ 0 ].replace( /\/\*jshint .* \*\/\n/, "" ),
- end: globals + wrapper[ 1 ]
+ end: globals.replace(
+ /\/\*\s*ExcludeStart\s*\*\/[\w\W]*?\/\*\s*ExcludeEnd\s*\*\//ig,
+ ""
+ ) + wrapper[ 1 ]
},
rawText: {},
onBuildWrite: convert
+/* ExcludeStart */
+
// This file is included in a different way from all the others
// so the "use strict" pragma is not needed.
/* jshint strict: false */
+/* ExcludeEnd */
+
var
// Map over jQuery in case of overwrite