This commit is contained in:
Aram Price & Ryan Dy 2009-08-24 17:41:51 -07:00
parent a1bc4dc2e4
commit 368756e4d5
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
task :default => :noop
task :noop do
puts "doing nothing"
end
desc 'Builds lib/jasmine from source'
task :build do