Skip to content

Commit

Permalink
require environment instead of emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorturk committed Oct 1, 2012
1 parent 24d9881 commit 436209c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/tasks/emoji.rake
@@ -1,6 +1,4 @@
require 'emoji'

task :emoji do
task :emoji => :environment do
Dir["#{Emoji::PATH}/../images/*.png"].each do |src|
cp src, "#{Rails.root}/public/images/emoji/"
end
Expand Down

0 comments on commit 436209c

Please sign in to comment.