We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b192ef2 commit a02ecbcCopy full SHA for a02ecbc
app/assets/stylesheets/application_static.scss.erb renamed to app/assets/stylesheets/application_static.scss
@@ -3,10 +3,8 @@
3
4
// Super important: This file is loaded even for hot loading only, so we need to be sure
5
// that we don't reference the static generated CSS files.
6
-<% unless ENV["REACT_ON_RAILS_ENV"] == "HOT" %>
7
- @import 'vendor-bundle';
8
- @import 'app-bundle';
9
-<% end %>
+@import 'vendor-bundle';
+@import 'app-bundle';
10
11
// Non-webpack assets
12
@import 'application_non_webpack';
0 commit comments