Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
Rakefile: Clean the vimius folder (except the custom folder) before r…
Browse files Browse the repository at this point in the history
…unning submodules.
  • Loading branch information
kalbasit committed Nov 10, 2011
1 parent 6bb19b3 commit 1d90026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ task :folders do
end

task :update do
sh "git clean -xdf --exclude=custom -- vimius"
sh "git pull"
sh "git submodule init"
sh "git submodule update"
Expand Down

0 comments on commit 1d90026

Please sign in to comment.