WordPress theme for Defense360. Developed from the _s starter theme.
- New features & updates should be created on individual branches. Branch from
master - When ready, submit pull request into
development - TravisCI will automatically deploy changes on
developmentto the staging site - After reviewing your work on the staging site, use WPEngine to move from staging to live
- Submit a pull request from
developmentintomaster.
This project uses Composer to manage WordPress plugin and theme dependencies.
To update dependencies, run composer update.
- Co Authors Plus
- Disable Comments
- Disable Emojis
- Google Authenticator
- Jetpack
- Page Links To
- Search & Filter
- Search by Aloglia
- TinyMCE Advanced
- Yoast SEO
This project uses Gulp to compile the SASS files.
- Navigate to your theme directory.
$ cd wp-content/themes/defense360 - Run
$ npm run start
To build theme for production:
- Navigate to your theme directory.
$ cd wp-content/themes/defense360 - Run
$ npm run build