Skip to content

Commit

Permalink
Run order override not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
nybblr committed Feb 1, 2014
1 parent 22fcb55 commit a76d130
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/image_optim/worker/svgo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
class ImageOptim
class Worker
class Svgo < Worker
def run_order
-1
end

def optimize(src, dst)
args = %W[-i #{src} -o #{dst}]
execute(:svgo, *args) && optimized?(src, dst)
Expand Down

0 comments on commit a76d130

Please sign in to comment.