Skip to content

Instantly share code, notes, and snippets.

@gwagroves
Last active August 29, 2015 14:19
Show Gist options
  • Save gwagroves/b0c2b1a4d26e8b9b0f9e to your computer and use it in GitHub Desktop.
Save gwagroves/b0c2b1a4d26e8b9b0f9e to your computer and use it in GitHub Desktop.
wordpress dev stack

Stack

Theme

  • Twig templates
  • Theme architecture
    • All theme functions as namespaced classes

Testing

  • Unittest theme functions
  • Code coverage

Upgrades

  • Composer (see Bedrock)

Continuous Integration

  • Codeship
  • Grunt -> PHPUnit
  • Autom. deployment

Deployment

  • Rocketeer

Backup

  • T.B.C.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment