change directories
8
Rakefile
|
@ -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
|
||||||
|
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 994 B After Width: | Height: | Size: 994 B |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 399 B |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |