File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,6 @@ module.exports = (grunt) ->
56
56
src : ' <%= pkg.directories.build %>/<%= pkg.name %>.js'
57
57
dest : ' <%= pkg.directories.build %>/<%= pkg.name %>.js'
58
58
59
- compress :
60
- runner :
61
- options :
62
- mode : ' gzip'
63
- expand : true
64
- src : ' <%= pkg.directories.build %>/<%= pkg.name %>-min.js'
65
-
66
59
uglify :
67
60
options :
68
61
banner : ' <%= meta.banner %>'
@@ -112,7 +105,6 @@ module.exports = (grunt) ->
112
105
grunt .registerTask ' release' , [
113
106
' default'
114
107
' uglify:runner'
115
- ' compress:runner'
116
108
]
117
109
118
110
grunt .registerTask ' test' , [
Original file line number Diff line number Diff line change 61
61
"grunt-cli" : " ~0.1" ,
62
62
"grunt-contrib-clean" : " ~0.4" ,
63
63
"grunt-contrib-coffee" : " ~0.7" ,
64
- "grunt-contrib-compress" : " ~0.5" ,
65
64
"grunt-contrib-concat" : " ~0.3" ,
66
65
"grunt-contrib-copy" : " ~0.4" ,
67
66
"grunt-contrib-jasmine" : " ~0.5" ,
You can’t perform that action at this time.
0 commit comments