Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@j4zzcat
Created February 23, 2017 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save j4zzcat/8ecd0527d1e92121a7a45081e6e052a5 to your computer and use it in GitHub Desktop.
Save j4zzcat/8ecd0527d1e92121a7a45081e6e052a5 to your computer and use it in GitHub Desktop.
require 'rake'
rakefile = 'some-rake-file'
rake = Rake.application
rake.init
rake.add_import rakefile
rake.load_rakefile
rake[ :taskname ].invoke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment