I'll no longer be supporting the Opera extension.

This commit is contained in:
Jordan Bates 2013-06-27 07:43:07 -07:00
parent 36bc01469b
commit 71e004af9a

View File

@ -81,9 +81,6 @@ module.exports = (grunt) ->
dest: 'builds/crx/'
expand: true
flatten: true
opera:
files:
'builds/4chan-X-Opera.nex': 'builds/4chan-X-Chrome.zip'
coffee:
script:
@ -190,7 +187,6 @@ module.exports = (grunt) ->
grunt.registerTask 'release', [
'default'
'compress:crx'
'copy:opera'
'shell:commit'
'shell:push'
]