change directories

This commit is contained in:
John Bintz 2012-07-02 18:42:03 -04:00
parent 5112684efb
commit 91e0c931eb
49 changed files with 5 additions and 3 deletions

View File

@ -109,9 +109,11 @@ task :default => :update
desc 'Update Plupload' desc 'Update Plupload'
task :update_plupload do task :update_plupload do
js = 'vendor-special/javascripts/plupload' root = "vendor-special/assets"
css = 'vendor-special/stylesheets/plupload'
img = 'vendor-special/images/plupload' js = "#{root}/javascripts/plupload"
css = "#{root}/stylesheets/plupload"
img = "#{root}/images/plupload"
[ js, css, img ].each do |dir| [ js, css, img ].each do |dir|
rm_rf dir rm_rf dir

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 994 B

After

Width:  |  Height:  |  Size: 994 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.