Skip to content

Commit

Permalink
fixed 1.9.x path issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
nebiros committed Mar 20, 2011
1 parent a20f861 commit eb38a45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
require 'rubygems'
require 'rake'
require "rubygems"
require "rake"

desc "Build Titanium Mobile SDOC file"
task :build_sdoc do
require "json"
require "lib/titanium_mobile.rb"
require "./lib/titanium_mobile.rb"

if !File.directory?( "dist" )
raise "nah nah, you need a directory named 'dist' men!"
Expand Down Expand Up @@ -34,4 +34,4 @@ task :build_sdoc do
end
end

task :default => "build_sdoc"
task :default => "build_sdoc"

0 comments on commit eb38a45

Please sign in to comment.