diff options
author | Matthew Draper <matthew@trebex.net> | 2016-02-01 04:31:03 +1030 |
---|---|---|
committer | Matthew Draper <matthew@trebex.net> | 2016-02-01 05:03:03 +1030 |
commit | d6f2000a67cc63aa67414c75ce77de671824ec52 (patch) | |
tree | 86ddb70130bc3d40fb0a9aeb125108f47b8e07b1 /actionmailer | |
parent | ca9603fc35d123d1c8490096dc0447a91f3e3c18 (diff) | |
download | rails-d6f2000a67cc63aa67414c75ce77de671824ec52.tar.gz rails-d6f2000a67cc63aa67414c75ce77de671824ec52.tar.bz2 rails-d6f2000a67cc63aa67414c75ce77de671824ec52.zip |
Wrangle the asset build into something that sounds more general
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/Rakefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actionmailer/Rakefile b/actionmailer/Rakefile index 7197ea5e27..54e6cff48d 100644 --- a/actionmailer/Rakefile +++ b/actionmailer/Rakefile @@ -3,6 +3,9 @@ require 'rake/testtask' desc "Default Task" task default: [ :test ] +task :package +task "package:clean" + # Run the unit tests Rake::TestTask.new { |t| t.libs << "test" |