Skip to content

Commit

Permalink
Only load what is needed in Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
macournoyer committed Mar 24, 2011
1 parent f645432 commit d4d9639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -7,7 +7,7 @@ require 'rake/clean'
require 'rake/extensiontask' # from rake-compiler gem require 'rake/extensiontask' # from rake-compiler gem


$: << File.join(File.dirname(__FILE__), 'lib') $: << File.join(File.dirname(__FILE__), 'lib')
require 'thin' require 'thin/version'


# Load tasks in tasks/ # Load tasks in tasks/
Dir['tasks/**/*.rake'].each { |rake| load rake } Dir['tasks/**/*.rake'].each { |rake| load rake }
Expand Down

0 comments on commit d4d9639

Please sign in to comment.