This commit is contained in:
Tyrel Souza 2014-05-02 14:49:18 -04:00
parent 7eeee14826
commit b455b93618
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="ROBOTS" content="NOODP" />
<%= favicon_link_tag("/assets/favicon.png") %>
<%= favicon_link_tag(asset_path("/assets/favicon.png")) %>
<title><%= title %></title>
<%= stylesheet_link_tag :application, :media => 'all' %>
<%= csrf_meta_tags %>

View File

@ -29,7 +29,8 @@ module Vidpush
config.autoload_paths += %W(#{config.root}/lib)
# config.serve_static_assets = true
config.assets.enabled = true
config.assets.digest = true
config.assets.compile = true
config.assets.digest = false
config.assets.precompile += %w( campaign.css bootstrap-tagsinput.css )
# Settings in config/environments/* take precedence over those specified here.