Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.32 KB

File metadata and controls

28 lines (17 loc) · 1.32 KB

Build Status

beyond_parallel

WordPress site for Beyond Parallel. Developed from the _s starter theme.

Contributing

  1. New features & updates should be created on individual branches. Branch from master
  2. When ready, submit pull request back into master. Rebase the feature branch first.
  3. TravisCI will automatically deploy changes on master to the staging site
  4. After reviewing your work on the staging site, use WPEngine to move from staging to live

Development

This project uses Gulp to compile the SASS files & run Browsersync. PostCSS is also used to run Autoprefixer & CSS Nano.

Before running, you must set up a .env file with your local development URL. See the example file for additional information.

To run:

  1. Run $ npm install in the root directory
  2. Run $ npm start to run the development task, which watches the WP theme directory for changes & compiles the SCSS files.
  3. Changes to the Gulp tasks can be made by modifying the gulp.config.js.

To build for production:

  1. Run $ npm run build