Skip to content

Commit

Permalink
stylesheet needs to survive asset recompilation
Browse files Browse the repository at this point in the history
  • Loading branch information
anonydog committed Jul 21, 2017
1 parent e305e76 commit 5e5fde5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -22,6 +22,7 @@ gem 'jbuilder'
gem 'msgpack'
gem 'octokit'
gem 'bootstrap_sb_admin_base_v2'
gem 'error_page_assets'

group :development do
gem 'spring'
Expand Down
4 changes: 3 additions & 1 deletion Gemfile.lock
Expand Up @@ -106,6 +106,7 @@ GEM
safe_yaml (~> 1.0.0)
database_cleaner (1.5.3)
debug_inspector (0.0.2)
error_page_assets (0.4)
erubis (2.7.0)
execjs (2.7.0)
factory_girl (4.7.0)
Expand Down Expand Up @@ -334,6 +335,7 @@ DEPENDENCIES
capybara-screenshot
coffee-rails
database_cleaner
error_page_assets
factory_girl_rails
haml
highcharts-rails
Expand Down Expand Up @@ -374,4 +376,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.15.1
1.15.2
4 changes: 2 additions & 2 deletions public/404.html → app/assets/html/404.html.erb
Expand Up @@ -6,8 +6,8 @@
<meta content='width=device-width, initial-scale=1' name='viewport'>
<!-- Loads Freight Sans Pro font with these font weights: 300, 400, 700 -->

<link rel="stylesheet" media="screen" href="https://fonts.googleapis.com/css?family=Montserrat:400,700" />
<link rel="stylesheet" media="all" href="/assets/application.self-745519abfad0a8dbde6e0cd8fe1492f9d36e30a9f06a1a1785b8c57805501903.css?body=1" />
<%= stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Montserrat:400,700' %>
<%= stylesheet_link_tag 'application', media: 'all' %>

</head>

Expand Down

0 comments on commit 5e5fde5

Please sign in to comment.