search for: shared_children

Displaying 1 result from an estimated 1 matches for "shared_children".

2013 Nov 29
4
Capistarno deploy each time ckeditor assets removed.
...> end > > desc <<-EOD > [internal] Computes uploads directory paths > and registers them in Capistrano environment. > EOD > task :register_dirs do > set :uploads_dirs, %w(public/ckeditor_assets) > set :shared_children, fetch(:shared_children) + > fetch(:uploads_dirs) > end > > after "deploy:finalize_update", "uploads:symlink" > on :start, "uploads:register_dirs" > > end I could not figure this out why my public/ckeditor_...