Skip to content

Commit

Permalink
Removed hash rockets
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Junström committed Mar 28, 2012
1 parent 0a5669b commit 2473ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require_relative 'lib/simple_s3_deploy'
require_relative 'lib/emoji_optimizer'

task :deploy do
Emoji::Optimizer.new(:size => 22, :padding => 5).optimize! do
Emoji::Optimizer.new(size: 22, padding: 5).optimize! do
SimpleS3Deploy.deploy('public')
end
end
Expand Down

0 comments on commit 2473ed8

Please sign in to comment.