Skip to content

Commit

Permalink
Add Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRadev committed Jan 20, 2014
1 parent e602d66 commit cfe55e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
task :default do
sh 'rspec spec'
end

desc "Prepare archive for deployment"
task :archive do
sh 'zip -r ~/whitespaste.zip autoload/ doc/whitespaste.txt plugin/'
end

0 comments on commit cfe55e2

Please sign in to comment.