1
0
Fork 0
forked from OpenNeo/impress

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
GemfileGemfile.lock
app
config
public/assets
Delicious-Bold-985f8a48913954ec2c64c7061d36476a.otfDelicious-Bold.otfDelicious-Heavy-5aacff355bc23215a1d80fd005221fbc.otfDelicious-Heavy.otfDelicious-Italic-4be160a8d1c485ef2f2a2c23c8d98b7a.otfDelicious-Italic.otfDelicious-Roman-96a714c43a921b227e13e076fd7ff0d3.otfDelicious-Roman.otfajax_auth-8946c462c538d34aecd58e622cb0091b.jsajax_auth-8946c462c538d34aecd58e622cb0091b.js.gzajax_auth.jsajax_auth.js.gzalert-overlay-1761c70e8456d8ddae4e0caca3a58c21.pngalert-overlay.pnganalytics-febbaf33d8a12832d4fdec0bf755fcd7.jsanalytics-febbaf33d8a12832d4fdec0bf755fcd7.js.gzanalytics.jsanalytics.js.gzapplication-27ee9d2f72cecf05f5e0fb5e4c6fb198.cssapplication-27ee9d2f72cecf05f5e0fb5e4c6fb198.css.gzapplication-f00251f452c48102b58e406cc891259e.jsapplication-f00251f452c48102b58e406cc891259e.js.gzapplication.cssapplication.css.gzapplication.jsapplication.js.gzblog-3c0a43b8489ccaedf87d6cf963e8f491.pngblog.png
closet_hangers
controls-0bf0cc249afd7039305b3dff2670d113.jscontrols-0bf0cc249afd7039305b3dff2670d113.js.gzcontrols.jscontrols.js.gzdefault_preview-11bb8d09a9e7e14b6997d6dca281eb56.pngdefault_preview.pngdragdrop-3c19aaa2d017800cbe87bc6f786d2999.jsdragdrop-3c19aaa2d017800cbe87bc6f786d2999.js.gzdragdrop.jsdragdrop.js.gzeffects-56d0a4b0b0637c7fe22102a0ad5dd2f5.jseffects-56d0a4b0b0637c7fe22102a0ad5dd2f5.js.gzeffects.jseffects.js.gzforum-5f20828c77844a76d3b6a43d230f4bb4.pngforum.pnggrid-f5696880747244116772725bf4834d5e.png

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

@ -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

(image error) Size: 135 B

Binary file not shown.

After

(image error) 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

(image error) Size: 4 KiB

BIN
public/assets/blog.png Normal file

Binary file not shown.

After

(image error) 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

(image error) Size: 142 KiB

Binary file not shown.

After

(image error) 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

(image error) Size: 4.1 KiB

BIN
public/assets/forum.png Normal file

Binary file not shown.

After

(image error) Size: 4.1 KiB

Binary file not shown.

After

(image error) Size: 206 B

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