Skip to content

Instantly share code, notes, and snippets.

@therobot
Created March 30, 2009 01:31
Show Gist options
  • Save therobot/87596 to your computer and use it in GitHub Desktop.
Save therobot/87596 to your computer and use it in GitHub Desktop.
Electric-Sweat:trunk jacobo$ svn diff lib/tasks/local_deploy.rake
Index: lib/tasks/local_deploy.rake
===================================================================
--- lib/tasks/local_deploy.rake (revisión: 4109)
+++ lib/tasks/local_deploy.rake (copia de trabajo)
@@ -10,7 +10,8 @@
CONFIG_FILE_LIST = ['iso_countries.rb']
INITIALIZERS_FILE_LIST = ['local_config.rb']
- ULTRASPHINX_FILE_LIST = ['production.base']
+# ULTRASPHINX_FILE_LIST = ['production.base']
+ ULTRASPHINX_FILE_LIST = []
desc "local deploy"
task :local_deploy => :environment do
Electric-Sweat:trunk jacobo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment