Skip to content

Instantly share code, notes, and snippets.

@peelman
Forked from mjbellantoni/asset.rake
Created July 22, 2014 11:48
Show Gist options
  • Save peelman/69bcb3bfb44f1418ee1b to your computer and use it in GitHub Desktop.
Save peelman/69bcb3bfb44f1418ee1b to your computer and use it in GitHub Desktop.
namespace :assets do
desc "Display asset path"
task :paths => :environment do
Rails.application.config.assets.paths.each do |path|
puts path
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment