Skip to content

Commit

Permalink
active admin
Browse files Browse the repository at this point in the history
  • Loading branch information
zonque committed Mar 10, 2024
1 parent 6a7da14 commit 30dfea8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
# Ignore master key for decrypting credentials and more.
/config/master.key

/app/assets/builds/*
/app/assets/builds/application.css
!/app/assets/builds/.keep

/node_modules
Expand Down
1 change: 1 addition & 0 deletions app/assets/builds/active_admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ class TestCase
end

Minitest.after_run do
FileUtils.rm_rf(Dir["#{Rails.root}/app/assets/builds/*"])
FileUtils.rm_rf(Dir["#{Rails.root}/app/assets/builds/application.css"])
end

0 comments on commit 30dfea8

Please sign in to comment.