mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
parent
7ff34bbea8
commit
55c5d07aff
3 changed files with 3 additions and 2 deletions
|
@ -36,4 +36,3 @@
|
||||||
//= require jquery.truncator
|
//= require jquery.truncator
|
||||||
//= require superfish
|
//= require superfish
|
||||||
//= require supersubs
|
//= require supersubs
|
||||||
//= require swf_fu
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
<%= javascript_include_tag "swf_fu" %>
|
||||||
|
|
||||||
<div class="stats_content">
|
<div class="stats_content">
|
||||||
<h2><%= t('stats.totals') %></h2>
|
<h2><%= t('stats.totals') %></h2>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ Rails.application.config.assets.version = '1.0'
|
||||||
|
|
||||||
# Precompile additional assets.
|
# Precompile additional assets.
|
||||||
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
|
||||||
Rails.application.config.assets.precompile += %w( print.css mobile.css jquery-ui/datepicker-*.js )
|
Rails.application.config.assets.precompile += %w( print.css mobile.css jquery-ui/datepicker-*.js swf_fu.js )
|
||||||
|
|
||||||
# add /app/assets/swfs to asset pipeline for charts
|
# add /app/assets/swfs to asset pipeline for charts
|
||||||
Rails.application.config.assets.paths << Rails.root.join("app", "assets", "swfs")
|
Rails.application.config.assets.paths << Rails.root.join("app", "assets", "swfs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue