Created
May 21, 2011 07:01
-
-
Save kirs/984320 to your computer and use it in GitHub Desktop.
broken rakefile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
Thank you!
mhayes and kirs,thank you!
No problem, glad it worked!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!