Skip to content

Instantly share code, notes, and snippets.

@kirs
Created May 21, 2011 07:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kirs/984320 to your computer and use it in GitHub Desktop.
Save kirs/984320 to your computer and use it in GitHub Desktop.
broken rakefile
require File.expand_path('../config/application', __FILE__)
require 'rake'
Dpp::Application.load_tasks
module ::Dpp
class Application
include Rake::DSL
end
end
module ::RakeFileUtils
extend Rake::FileUtilsExt
end
@mhayes
Copy link

mhayes commented May 23, 2011

No problem, glad it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment