diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2015-01-30 12:22:25 -0800 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2015-01-30 12:22:31 -0800 |
commit | a76c7812366e7e45ea29969db72d90261ef87af5 (patch) | |
tree | 3ba35392b461fd36b4ee465e9b7f5a7ca84b7a6c /Gruntfile.js | |
parent | e0673dfedb9ad07d8e68f28a54453b975c412c33 (diff) | |
download | jquery-a76c7812366e7e45ea29969db72d90261ef87af5.tar.gz jquery-a76c7812366e7e45ea29969db72d90261ef87af5.zip |
Release: remove sourcemap comment from all copies of minified file
Fixes gh-1707
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 38e5d4661..1b2dda38d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -161,7 +161,7 @@ module.exports = function( grunt ) { grunt.registerTask( "test", [ "test_fast" ] ); // Short list as a high frequency watch task - grunt.registerTask( "dev", [ "build:*:*", "lint", "uglify", "dist:*" ] ); + grunt.registerTask( "dev", [ "build:*:*", "lint", "uglify", "remove_map_comment", "dist:*" ] ); grunt.registerTask( "default", [ "dev", "test_fast", "compare_size" ] ); }; |