We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b192ef2 + a02ecbc commit e48b508Copy full SHA for e48b508
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