Skip to content

Commit

Permalink
Added rake hemlock:download task
Browse files Browse the repository at this point in the history
  • Loading branch information
rondevera committed Jul 15, 2011
1 parent ce36c5d commit f869f58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/tasks/download.rake
@@ -1,4 +1,7 @@
namespace :hemlock do
desc 'Download all dependencies'
task :download => ['hemlock:download:all']

namespace :download do
desc 'Download all dependencies'
task :all => ['hemlock:download:xiff']
Expand Down

0 comments on commit f869f58

Please sign in to comment.