• Uncategorized

    Drupal Theming: Setup a Local Version!

    I’m a firm believer in the idea that a code recompile and quick test (whether that be through automated unit testing, a page refresh, whatever) shouldn’t take more than about 5-10 seconds, or your workflow is going to be lousy with distractions. I’m working on theming a Drupal site for a non-profit, and I’m struggling to find a way to optimize my theming experience for the final couple of hours of work I’ll probably need to put in. I don’t have a local copy of the database, so I’m working remotely, and like any good developer, I’m in source control–in this case, SVN (bleh). I’ve written about my SVN troubles…