Skip to content

Instantly share code, notes, and snippets.

@alindeman
Created May 3, 2013 03:27
Show Gist options
  • Save alindeman/5507012 to your computer and use it in GitHub Desktop.
Save alindeman/5507012 to your computer and use it in GitHub Desktop.
Rake::Task["assets:environment"].clear
namespace :assets do
task :environment do
Bundler.require(:assets)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment