Create zip file on release

This commit is contained in:
Jordan Bates 2013-04-26 15:28:27 -07:00
parent 894165f88b
commit bec6181d96

View File

@ -182,6 +182,7 @@ module.exports = (grunt) ->
grunt.registerTask 'release', [
'default'
'compress:crx'
'shell:commit'
'shell:push'
]