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 21, 2011

Hey I see your mistake, make sure to place the code above "Dpp::Application.load_tasks"

Check out my fork: https://gist.github.com/984326

Hope this helps!

@kirs
Copy link
Author

kirs commented May 21, 2011

Thank you!

@xhinking
Copy link

mhayes and kirs,thank you!

@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