Skip to content

Commit

Permalink
Merge pull request #255 from shakacode/remove-erb-suffix
Browse files Browse the repository at this point in the history
Remove unnecessary erb suffix
  • Loading branch information
justin808 committed Mar 20, 2016
2 parents b192ef2 + a02ecbc commit e48b508
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@

// Super important: This file is loaded even for hot loading only, so we need to be sure
// that we don't reference the static generated CSS files.
<% unless ENV["REACT_ON_RAILS_ENV"] == "HOT" %>
@import 'vendor-bundle';
@import 'app-bundle';
<% end %>
@import 'vendor-bundle';
@import 'app-bundle';

// Non-webpack assets
@import 'application_non_webpack';

0 comments on commit e48b508

Please sign in to comment.