mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
rename cached js and css to find them more easily
This commit is contained in:
parent
ea4f7de813
commit
ef5cb8cd77
2 changed files with 6 additions and 6 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -15,8 +15,8 @@ public/stylesheets/cache
|
||||||
tmp
|
tmp
|
||||||
vendor/plugins/query_trace/
|
vendor/plugins/query_trace/
|
||||||
rerun.txt
|
rerun.txt
|
||||||
public/javascripts/jquery-all.js
|
public/javascripts/jquery-cached.js
|
||||||
public/javascripts/tracks.js
|
public/javascripts/tracks-cached.js
|
||||||
public/stylesheets/all.css
|
public/stylesheets/tracks-cached.css
|
||||||
.idea
|
.idea
|
||||||
.rvmrc
|
.rvmrc
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,12 @@
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<%= stylesheet_link_tag 'standard','superfish','niftyCorners', 'jquery-ui-1.8.9.custom', :cache => true %>
|
<%= stylesheet_link_tag 'standard','superfish','niftyCorners', 'jquery-ui-1.8.9.custom', :cache => 'tracks-cached' %>
|
||||||
<%= stylesheet_link_tag "print", :media => "print" %>
|
<%= stylesheet_link_tag "print", :media => "print" %>
|
||||||
<%= javascript_include_tag 'jquery-1.5.min', 'jquery-ui-1.8.9.custom.min', 'jquery.truncator',
|
<%= javascript_include_tag 'jquery-1.5.min', 'jquery-ui-1.8.9.custom.min', 'jquery.truncator',
|
||||||
'jquery.jeditable.mini', 'jquery.cookie', 'jquery.blockUI', 'jquery.form', :cache => 'jquery-all' %>
|
'jquery.jeditable.mini', 'jquery.cookie', 'jquery.blockUI', 'jquery.form', :cache => 'jquery-cached' %>
|
||||||
<%= javascript_include_tag 'hoverIntent','superfish','application',
|
<%= javascript_include_tag 'hoverIntent','superfish','application',
|
||||||
'accesskey-hints','niftycube','swfobject', :cache => 'tracks' %>
|
'accesskey-hints','niftycube','swfobject', :cache => 'tracks-cached' %>
|
||||||
<%= javascript_tag "var AUTH_TOKEN = #{form_authenticity_token.inspect};" if protect_against_forgery? %>
|
<%= javascript_tag "var AUTH_TOKEN = #{form_authenticity_token.inspect};" if protect_against_forgery? %>
|
||||||
<%= javascript_tag "var SOURCE_VIEW = '#{@source_view}';" %>
|
<%= javascript_tag "var SOURCE_VIEW = '#{@source_view}';" %>
|
||||||
<%= javascript_tag "var TAG_NAME = '#{@tag_name}';" if @tag_name %>
|
<%= javascript_tag "var TAG_NAME = '#{@tag_name}';" if @tag_name %>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue