Skip to content

Commit 2288042

Browse files
committed
Removed compression as obsolete
1 parent 3c055c7 commit 2288042

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

Gruntfile.coffee

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ module.exports = (grunt) ->
5656
src: '<%= pkg.directories.build %>/<%= pkg.name %>.js'
5757
dest: '<%= pkg.directories.build %>/<%= pkg.name %>.js'
5858

59-
compress:
60-
runner:
61-
options:
62-
mode: 'gzip'
63-
expand: true
64-
src: '<%= pkg.directories.build %>/<%= pkg.name %>-min.js'
65-
6659
uglify:
6760
options:
6861
banner: '<%= meta.banner %>'
@@ -112,7 +105,6 @@ module.exports = (grunt) ->
112105
grunt.registerTask 'release', [
113106
'default'
114107
'uglify:runner'
115-
'compress:runner'
116108
]
117109

118110
grunt.registerTask 'test', [

build/jquery.runner-min.js.gz

-1.57 KB
Binary file not shown.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"grunt-cli": "~0.1",
6262
"grunt-contrib-clean": "~0.4",
6363
"grunt-contrib-coffee": "~0.7",
64-
"grunt-contrib-compress": "~0.5",
6564
"grunt-contrib-concat": "~0.3",
6665
"grunt-contrib-copy": "~0.4",
6766
"grunt-contrib-jasmine": "~0.5",

0 commit comments

Comments
 (0)