Skip to content

Instantly share code, notes, and snippets.

@mhayes
Forked from kirs/gist:984320
Created May 21, 2011 07:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhayes/984326 to your computer and use it in GitHub Desktop.
Save mhayes/984326 to your computer and use it in GitHub Desktop.
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