Skip to content

Commit

Permalink
Precompile loading svg
Browse files Browse the repository at this point in the history
  • Loading branch information
HDinger committed Sep 5, 2024
1 parent b96d09a commit 5c9cbfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-seals-lick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openproject/primer-view-components': patch
---

Precompile loading svg
1 change: 1 addition & 0 deletions demo/config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
# application.js, application.css, and all non-JS/CSS in the app/assets
# folder are already added.
# Rails.application.config.assets.precompile += %w( admin.js admin.css )
Rails.application.config.assets.precompile += %w( images/loading_indicator.svg )

0 comments on commit 5c9cbfd

Please sign in to comment.