Skip to content

Commit

Permalink
get the sub-folders in docco
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Feb 2, 2012
1 parent 4b423a4 commit c9cceb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakefile
Expand Up @@ -2,7 +2,7 @@ desc "Deploy site and docs to github and heroku"
task :deploy => [:push_github, :push_heroku, :docco]

task :docco do
`docco public/javascripts/bbclonemail*.js`
`docco public/javascripts/**/bbclonemail*.js`
`git add -A`
`git stash`
`git checkout gh-pages`
Expand Down

0 comments on commit c9cceb2

Please sign in to comment.