Skip to content

Commit

Permalink
overapp dep task
Browse files Browse the repository at this point in the history
  • Loading branch information
mharris717 committed Nov 26, 2013
1 parent 427aa6d commit 0c75ae5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -4,7 +4,6 @@ require 'npm_overapp'

NpmOverapp.server_base_overlay = "https://github.com/mharris717/ember_auth_rails_overlay.git"

%w(build).each do |f|
%w(build deps).each do |f|
load File.dirname(__FILE__) + "/tasks/#{f}.rb"
end

6 changes: 6 additions & 0 deletions tasks/deps.rb
@@ -0,0 +1,6 @@
task :overapp_dep do
ec "bundle update overapp"
ec "git add Gemfile.lock"
ec "git commit -m 'overapp dep'"
ec "git push origin travis:travis"
end

0 comments on commit 0c75ae5

Please sign in to comment.