Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 942 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 942 Bytes

WP Project Base

Version: 0.0.0

By Bain Design

1. Setup

  • NPM. Open project directory in terminal and run npm install to install all grunt plugins. See package.jsonfor details.
  • Run bower install to download Bower components (and their dependencies) to /bower_components. See bower.jsonfor details.
  • Run grunt copyassetsto copy assets from /bower_componentsto the appropriate theme directory. See Gruntfile.jsfor details.

2. Development

  • Run grunt to compile your Sass and run the watch task. See Gruntfile.jsfor details.

This project uses Git Flow