Skip to content

Commit

Permalink
Ensure Dart Sass is built on precompile
Browse files Browse the repository at this point in the history
When i deployed this out to integration for testing it didn't seem to
running Dass Sart's build command when running assets precompile.

This resolves the issue.
  • Loading branch information
davidgisbey committed Jan 22, 2024
1 parent 1606e63 commit 97432d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/assets.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Rake::Task["assets:precompile"].enhance(["dartsass:build"])

0 comments on commit 97432d4

Please sign in to comment.