Skip to content

Commit

Permalink
Rake assets:precompile doesn't exist; delegate it to `app:assets:pr…
Browse files Browse the repository at this point in the history
…ecompile`
  • Loading branch information
bensheldon committed Sep 23, 2024
1 parent e7b974e commit 036ecfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ load "rails/tasks/engine.rake"
load "rails/tasks/statistics.rake"

require "bundler/gem_tasks"

# assets:precompile does not exist. call app:assets:precompile is used instead
task "assets:precompile" => "app:assets:precompile"

0 comments on commit 036ecfc

Please sign in to comment.