diff --git a/Gruntfile.js b/Gruntfile.js index 03585f15b8..a56af00967 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -451,7 +451,8 @@ module.exports = function(grunt) { }, jqueryui: { options: { - preserveComments: 'some' + // Preserve comments that start with a bang. + preserveComments: /^!/ }, expand: true, cwd: SOURCE_DIR,