Skip to content

Commit

Permalink
Moving files to structure like sitemap_generator gem
Browse files Browse the repository at this point in the history
  • Loading branch information
thesp0nge committed Feb 13, 2014
1 parent c8b9700 commit 40b3c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/tasks/dawn.rake → lib/codesake/dawn/tasks.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'rake'
desc 'Execute codesake-dawn on the current directory'
task :dawn do
system "dawn ."
Expand Down
1 change: 1 addition & 0 deletions lib/tasks/codesake-dawn_tasks.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
load(File.expand_path(File.join(File.dirname(__FILE__), '../codesake/dawn/tasks.rb')))

0 comments on commit 40b3c44

Please sign in to comment.