Reorganized public folder - third-party js is now in public/javascripts/vendor. Third-party css is now in public/stylesheets/vendor.

This commit is contained in:
Sarah Mei 2010-11-06 16:50:07 -07:00
parent a971985884
commit 32d953f457
49 changed files with 21 additions and 21 deletions

View file

@ -39,10 +39,10 @@ GIT
GIT GIT
remote: git://github.com/jnunemaker/mongomapper.git remote: git://github.com/jnunemaker/mongomapper.git
revision: b24db29c236f239d6a5a821fb6a444430e89f9d6 revision: 9f22809a04f13b37db9078371a524aff67fafd70
branch: rails3 branch: rails3
specs: specs:
mongo_mapper (0.8.4) mongo_mapper (0.8.6)
activemodel (~> 3.0.0) activemodel (~> 3.0.0)
activesupport (~> 3.0.0) activesupport (~> 3.0.0)
plucky (~> 0.3.6) plucky (~> 0.3.6)
@ -108,7 +108,7 @@ GEM
addressable (2.2.2) addressable (2.2.2)
arel (1.0.1) arel (1.0.1)
activesupport (~> 3.0.0) activesupport (~> 3.0.0)
aws (2.3.24) aws (2.3.25)
activesupport activesupport
http_connection http_connection
uuidtools uuidtools
@ -148,7 +148,7 @@ GEM
uuidtools uuidtools
childprocess (0.1.3) childprocess (0.1.3)
ffi (~> 0.6.3) ffi (~> 0.6.3)
columnize (0.3.1) columnize (0.3.2)
configuration (1.1.0) configuration (1.1.0)
crack (0.1.8) crack (0.1.8)
cucumber (0.9.3) cucumber (0.9.3)
@ -229,7 +229,7 @@ GEM
daemons (>= 1.0.3) daemons (>= 1.0.3)
fastthread (>= 1.0.1) fastthread (>= 1.0.1)
gem_plugin (>= 0.2.3) gem_plugin (>= 0.2.3)
multi_json (0.0.4) multi_json (0.0.5)
multipart-post (1.0.1) multipart-post (1.0.1)
net-ldap (0.1.1) net-ldap (0.1.1)
net-scp (1.0.4) net-scp (1.0.4)
@ -323,10 +323,10 @@ GEM
rspec-expectations (~> 2.0.1) rspec-expectations (~> 2.0.1)
rspec-rails (2.0.1) rspec-rails (2.0.1)
rspec (~> 2.0.0) rspec (~> 2.0.0)
ruby-debug (0.10.3) ruby-debug (0.10.4)
columnize (>= 0.1) columnize (>= 0.1)
ruby-debug-base (~> 0.10.3.0) ruby-debug-base (~> 0.10.4.0)
ruby-debug-base (0.10.3) ruby-debug-base (0.10.4)
linecache (>= 0.3) linecache (>= 0.3)
ruby-openid (2.1.8) ruby-openid (2.1.8)
ruby-openid-apps-discovery (1.2.0) ruby-openid-apps-discovery (1.2.0)
@ -348,7 +348,7 @@ GEM
daemons (>= 1.0.9) daemons (>= 1.0.9)
eventmachine (>= 0.12.6) eventmachine (>= 0.12.6)
rack (>= 1.0.0) rack (>= 1.0.0)
thor (0.14.3) thor (0.14.4)
treetop (1.4.8) treetop (1.4.8)
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
twitter (0.9.12) twitter (0.9.12)

View file

@ -2,9 +2,9 @@
-# licensed under the Affero General Public License version 3 or later. See -# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file. -# the COPYRIGHT file.
= javascript_include_tag 'FABridge', 'swfobject', 'web_socket' = javascript_include_tag 'vendor/FABridge', 'vendor/swfobject', 'vendor/web_socket'
:javascript :javascript
WebSocket.__swfLocation = "#{javascript_path 'WebSocketMain.swf'}"; WebSocket.__swfLocation = "#{javascript_path 'vendor/WebSocketMain.swf'}";
$(document).ready(function(){ $(document).ready(function(){
function debug(str){ $("#debug").append("<p>" + str); }; function debug(str){ $("#debug").append("<p>" + str); };

View file

@ -14,20 +14,20 @@
= stylesheet_link_tag "blueprint/print", :media => 'print' = stylesheet_link_tag "blueprint/print", :media => 'print'
= stylesheet_link_tag "application", "ui" = stylesheet_link_tag "application", "ui"
= stylesheet_link_tag "/../javascripts/fancybox/jquery.fancybox-1.3.1" = stylesheet_link_tag "vendor/jquery.fancybox-1.3.1"
= stylesheet_link_tag "fileuploader" = stylesheet_link_tag "vendor/fileuploader"
= stylesheet_link_tag "tipsy" = stylesheet_link_tag "vendor/tipsy"
- if current_user - if current_user
%link{:rel => "alternate", :href => "#{current_user.public_url}", :type => "application/atom+xml", :title => "Public Diaspora Feed for #{current_user.real_name}"} %link{:rel => "alternate", :href => "#{current_user.public_url}", :type => "application/atom+xml", :title => "Public Diaspora Feed for #{current_user.real_name}"}
/= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" /= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"
= javascript_include_tag 'jquery-1.4.2.min', 'rails' = javascript_include_tag 'vendor/jquery-1.4.2.min', 'rails'
= javascript_include_tag 'jquery.infieldlabel', 'jquery.cycle/jquery.cycle.min.js' = javascript_include_tag 'vendor/jquery.infieldlabel', 'vendor/jquery.cycle/jquery.cycle.min.js'
= javascript_include_tag 'jquery.tipsy' = javascript_include_tag 'vendor/jquery.tipsy'
= javascript_include_tag 'fancybox/jquery.fancybox-1.3.1.pack' = javascript_include_tag 'vendor/fancybox/jquery.fancybox-1.3.1.pack'
= javascript_include_tag 'fileuploader' = javascript_include_tag 'vendor/fileuploader'
= javascript_include_tag 'view', 'image_picker', 'stream' = javascript_include_tag 'view', 'image_picker', 'stream'

View file

Before

Width:  |  Height:  |  Size: 43 B

After

Width:  |  Height:  |  Size: 43 B

View file

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View file

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

Before

Width:  |  Height:  |  Size: 107 B

After

Width:  |  Height:  |  Size: 107 B

View file

Before

Width:  |  Height:  |  Size: 106 B

After

Width:  |  Height:  |  Size: 106 B

View file

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 347 B

View file

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 324 B

View file

Before

Width:  |  Height:  |  Size: 111 B

After

Width:  |  Height:  |  Size: 111 B

View file

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 352 B

View file

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 340 B

View file

Before

Width:  |  Height:  |  Size: 103 B

After

Width:  |  Height:  |  Size: 103 B

View file

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 503 B

View file

Before

Width:  |  Height:  |  Size: 96 B

After

Width:  |  Height:  |  Size: 96 B

View file

Before

Width:  |  Height:  |  Size: 70 B

After

Width:  |  Height:  |  Size: 70 B

View file

Before

Width:  |  Height:  |  Size: 506 B

After

Width:  |  Height:  |  Size: 506 B

View file

Before

Width:  |  Height:  |  Size: 203 B

After

Width:  |  Height:  |  Size: 203 B

View file

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 176 B

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -11,8 +11,8 @@
# - dist/**/*.js # - dist/**/*.js
# #
src_files: src_files:
- public/javascripts/jquery142.js - public/javascripts/vendor/jquery142.js
- public/javascripts/jquery-ui-1.8.4.custom.min.js - public/javascripts/vendor/jquery-ui-1.8.4.custom.min.js
- public/javascripts/aspect-edit.js - public/javascripts/aspect-edit.js
# stylesheets # stylesheets