Skip to content

Commit

Permalink
symlink images, stylesheets, and javascripts into docs/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Hayes committed Jul 3, 2012
1 parent 87a2ed1 commit 65b2934
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/deploy.rb
Expand Up @@ -29,6 +29,9 @@
run "rm -rf #{release_path}/marketing/cache"
run "ln -nfs #{shared_path}/cache #{release_path}/marketing/cache"
run "ln -nfs #{release_path}/images/orbit #{release_path}/marketing/images/orbit"
run "ln -nfs #{release_path}/marketing/images #{release_path}/marketing/docs/images"
run "ln -nfs #{release_path}/marketing/stylesheets #{release_path}/marketing/docs/stylesheets"
run "ln -nfs #{release_path}/marketing/javascripts #{release_path}/marketing/docs/javascripts"
end

desc "Symlink to stylesheets and javascripts"
Expand Down

0 comments on commit 65b2934

Please sign in to comment.