Skip to content

Instantly share code, notes, and snippets.

@mhayes
Forked from kirs/gist:984320
Created May 21, 2011 07:14
broken rakefile
require File.expand_path('../config/application', __FILE__)
require 'rake'
module ::Dpp
class Application
include Rake::DSL
end
end
module ::RakeFileUtils
extend Rake::FileUtilsExt
end
Dpp::Application.load_tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment