From 71e004af9a1a65dc7dcd31427aaaf3d788a4a36f Mon Sep 17 00:00:00 2001 From: Jordan Bates Date: Thu, 27 Jun 2013 07:43:07 -0700 Subject: [PATCH] I'll no longer be supporting the Opera extension. --- Gruntfile.coffee | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 61387bb9d..690085041 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -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' ]