Skip to content

Commit

Permalink
dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
garussell committed Dec 6, 2023
1 parent fadc442 commit fcbc24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/home/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@
</footer><!--//footer-->
<!-- Javascript -->
<%= javascript_include_tag 'popper.min', 'bootstrap/js/bootstrap.min', 'dark-mode-switch/dark-mode-switch.min' %>
<%= javascript_include_tag 'dark-mode-switch/dark-mode-switch.min' %>

</body>
</html>
Expand Down
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
config.assets.compile = true
config.assets.precompile += %w( js/all.js )
config.assets.precompile += %w( bootstrap/css/bootstrap.css )

config.assets.precompile += %w( dark-mode-switch/dark-mode-switch.min )
# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.asset_host = "http://assets.example.com"

Expand Down

0 comments on commit fcbc24c

Please sign in to comment.