diff options
author | elijah <elijah@riseup.net> | 2013-11-14 15:50:22 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-11-14 15:50:22 -0800 |
commit | 84682ee6261967935d16fbeae1190af26420563e (patch) | |
tree | b7c1472b0f7b34fb3fea5f0fa0ec053072e53dd9 /Rakefile | |
parent | 108938615ff7490080f80ea2d6bd1cd8037cdd84 (diff) |
ensure that we only copy files when running restarting the app, not every time a rake task is run (especially since some rake tasks get run as root!)
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ # Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. +RAKE=true # let environment initialization code know if we are running via rake or not. + require 'rake/packagetask' require 'rubygems/package_task' |