Skip to content

Instantly share code, notes, and snippets.

@ianlintner-wf
Created April 5, 2014 04:08
Show Gist options
  • Select an option

  • Save ianlintner-wf/9987403 to your computer and use it in GitHub Desktop.

Select an option

Save ianlintner-wf/9987403 to your computer and use it in GitHub Desktop.
Takes a production drupal database and runs drush settings for dev
#!/bin/bash
drush vset cache 0
drush vset preprocess_css 0
drush vset preprocess_js 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment