Skip to content

Commit

Permalink
build: fix rake task enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
jrogers-hedgeye committed Sep 5, 2024
1 parent 93398bf commit 16c7856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/css_task.rake
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ task :tailwind_engine_watch do
system TAILWIND_BUILD_CMD + " -w"
end

Rake::Task["assets:precompile"].enhance ["tailwind_engine_build"]
Rake::Task["app:assets:precompile"].enhance ["tailwind_engine_build"]

0 comments on commit 16c7856

Please sign in to comment.