assets
This commit is contained in:
parent
7eeee14826
commit
b455b93618
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="ROBOTS" content="NOODP" />
|
<meta name="ROBOTS" content="NOODP" />
|
||||||
<%= favicon_link_tag("/assets/favicon.png") %>
|
<%= favicon_link_tag(asset_path("/assets/favicon.png")) %>
|
||||||
<title><%= title %></title>
|
<title><%= title %></title>
|
||||||
<%= stylesheet_link_tag :application, :media => 'all' %>
|
<%= stylesheet_link_tag :application, :media => 'all' %>
|
||||||
<%= csrf_meta_tags %>
|
<%= csrf_meta_tags %>
|
||||||
|
@ -29,7 +29,8 @@ module Vidpush
|
|||||||
config.autoload_paths += %W(#{config.root}/lib)
|
config.autoload_paths += %W(#{config.root}/lib)
|
||||||
# config.serve_static_assets = true
|
# config.serve_static_assets = true
|
||||||
config.assets.enabled = 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 )
|
config.assets.precompile += %w( campaign.css bootstrap-tagsinput.css )
|
||||||
|
|
||||||
# Settings in config/environments/* take precedence over those specified here.
|
# Settings in config/environments/* take precedence over those specified here.
|
||||||
|
Loading…
Reference in New Issue
Block a user