fix a bunch of precompiled-asset-missing errors

This commit is contained in:
Emi Matchu 2013-03-05 22:26:14 -06:00
parent 59be3c9d66
commit c7237d7d44
237 changed files with 369 additions and 41 deletions

View file

@ -18,8 +18,6 @@ gem 'RocketAMF', :git => 'git://github.com/rubyamf/rocketamf.git'
gem 'msgpack', '~> 0.5.3'
gem 'openneo-auth-signatory', '~> 0.1.0'
gem 'jammit', '~> 0.6.5'
gem 'airbrake', '~> 3.1.8'
gem 'addressable', :require => ['addressable/template', 'addressable/uri']

View file

@ -75,10 +75,6 @@ GIT
GEM
remote: http://rubygems.org/
specs:
POpen4 (0.1.4)
Platform (>= 0.4.0)
open4
Platform (0.4.0)
actionmailer (3.2.12)
actionpack (= 3.2.12)
mail (~> 2.4.4)
@ -161,8 +157,6 @@ GEM
hike (1.2.1)
http_parser.rb (0.5.3)
i18n (0.6.4)
jammit (0.6.5)
yui-compressor (>= 0.9.3)
journey (1.0.4)
json (1.7.7)
mail (2.4.4)
@ -181,7 +175,6 @@ GEM
net-ssh (2.6.6)
newrelic_rpm (3.5.8.70)
nokogiri (1.5.6)
open4 (1.3.0)
openneo-auth-signatory (0.1.0)
ruby-hmac
orm_adapter (0.4.0)
@ -297,8 +290,6 @@ GEM
chronic (~> 0.6.3)
will_paginate (3.0.4)
yard (0.8.5.2)
yui-compressor (0.9.6)
POpen4 (>= 0.1.4)
PLATFORMS
ruby
@ -321,7 +312,6 @@ DEPENDENCIES
globalize3!
haml (~> 4.0.0)
http_accept_language!
jammit (~> 0.6.5)
json (~> 1.7.7)
memcache-client (~> 1.8.5)
mini_magick (~> 3.4)

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View file

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -119,7 +119,8 @@
#no-assets-full-message= t '.sidebar.closet.no_data.description'
%script#sharing-html-image-template{:type => 'text/x-jquery-tmpl'}
= link_to image_tag('${image_url}'), '${permalink}'
= link_to '${permalink}' do
%img{:src => '${image_url}'}
%script#sharing-html-text-template{:type => 'text/x-jquery-tmpl'}
= link_to t('app_name'), '${permalink}'
@ -212,5 +213,6 @@
- content_for :javascripts do
= include_javascript_libraries :jquery, :swfobject, :jquery_tmpl
= include_javascripts :edit_outfit_package
= javascript_include_tag 'ajax_auth', 'jquery.jgrowl', 'wardrobe',
'outfits/edit'

View file

@ -102,5 +102,4 @@
- content_for :javascripts do
= include_javascript_libraries :jquery, :jquery_tmpl
= include_javascripts :new_outfit_package
= javascript_include_tag 'jquery.timeago', 'pet_query', 'outfits/new'

View file

@ -22,5 +22,4 @@
:javascript
var INITIAL_OUTFIT_DATA = #{safely_to_json @outfit};
= include_javascript_libraries :jquery, :swfobject
= include_javascripts :show_outfit_package
= javascript_include_tag 'wardrobe', 'outfits/show'

View file

@ -79,4 +79,4 @@
- content_for :javascripts do
= include_javascript_libraries :jquery, :jquery_tmpl
= include_javascripts :bulk_pets_package
= javascript_include_tag 'ajax_auth', 'pets/bulk'

View file

@ -48,6 +48,7 @@ module OpenneoImpressItems
config.assets.enabled = true
config.assets.version = '1.0'
config.assets.paths << Rails.root.join('app', 'assets', 'fonts')
config.assets.precompile << '*.js'
config.assets.initialize_on_precompile = false
end
end

View file

@ -1,22 +0,0 @@
package_assets: off
embed_assets: on
javascripts:
bulk_pets_package:
- public/javascripts/ajax_auth.js
- public/javascripts/pets/bulk.js
edit_outfit_package:
- public/javascripts/ajax_auth.js
- public/javascripts/jquery.jgrowl.js
- public/javascripts/wardrobe.js
- public/javascripts/outfits/edit.js
new_outfit_package:
- public/javascripts/jquery.timeago.js
- public/javascripts/pet_query.js
- public/javascripts/outfits/new.js
show_outfit_package:
- public/javascripts/wardrobe.js
- public/javascripts/outfits/show.js

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1 @@
(function(){var e=$("meta[name=csrf-param]").attr("content"),t=$("meta[name=csrf-token]").attr("content"),n={};n[e]=t,$.ajaxSetup({data:n})})();

View file

@ -0,0 +1 @@
(function(){var e=$("meta[name=csrf-param]").attr("content"),t=$("meta[name=csrf-token]").attr("content"),n={};n[e]=t,$.ajaxSetup({data:n})})();

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

View file

@ -0,0 +1,2 @@
// Overwrite this file on deploy if you actually want to track people
;

View file

@ -0,0 +1,2 @@
// Overwrite this file on deploy if you actually want to track people
;

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
;

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -0,0 +1 @@
;

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

BIN
public/assets/blog.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -0,0 +1 @@
(function(){function e(){var e=$(this);e.closest("li").toggleClass("checked",e.is(":checked"))}$("#petpage-closet-lists input").click(e).each(e)})();

View file

@ -0,0 +1 @@
(function(){function e(){var e=$(this);e.closest("li").toggleClass("checked",e.is(":checked"))}$("#petpage-closet-lists input").click(e).each(e)})();

Binary file not shown.

File diff suppressed because one or more lines are too long

36
public/assets/controls.js vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

File diff suppressed because one or more lines are too long

6
public/assets/dragdrop.js vendored Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

12
public/assets/effects.js vendored Normal file

File diff suppressed because one or more lines are too long

BIN
public/assets/effects.js.gz Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
public/assets/forum.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B

Some files were not shown because too many files have changed in this diff Show more