mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
commit
e82de1c6be
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ namespace :deploy do
|
||||||
for the assets directory. Assets are shared across deploys to avoid \
|
for the assets directory. Assets are shared across deploys to avoid \
|
||||||
mid-deploy mismatches between old application html asking for assets \
|
mid-deploy mismatches between old application html asking for assets \
|
||||||
and getting a 404 file not found error. The assets cache is shared \
|
and getting a 404 file not found error. The assets cache is shared \
|
||||||
for efficiency. If you cutomize the assets path prefix, override the \
|
for efficiency. If you customize the assets path prefix, override the \
|
||||||
:assets_prefix variable to match.
|
:assets_prefix variable to match.
|
||||||
DESC
|
DESC
|
||||||
task :symlink, :roles => assets_role, :except => { :no_release => true } do
|
task :symlink, :roles => assets_role, :except => { :no_release => true } do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue