Skip to content

Commit

Permalink
Require rake dsl definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Antono Vasiljev committed Apr 29, 2012
1 parent 21f2a14 commit cf9543c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Expand Up @@ -3,6 +3,8 @@


require File.expand_path('../config/application', __FILE__) require File.expand_path('../config/application', __FILE__)
require 'rake' require 'rake'
require 'rake/dsl_definition'
include Rake::DSL


begin begin
require 'sitemap_generator/tasks' require 'sitemap_generator/tasks'
Expand Down

0 comments on commit cf9543c

Please sign in to comment.