Skip to content

Commit

Permalink
Add back linking the application assets in Showcase (#403)
Browse files Browse the repository at this point in the history
#378 accidentally
removed the application JavaScript and CSS from being bundled in Showcase.

This adds them back.
  • Loading branch information
kaspth authored Aug 12, 2023
1 parent 041b60f commit b457112
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>

<script>
const color = "<%= BulletTrain::Themes::Light.color %>"
const secondaryColor = "<%= BulletTrain::Themes::Light.secondary_color %>"
Expand Down

0 comments on commit b457112

Please sign in to comment.