Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 843 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 843 Bytes

Joints WP child theme

A Wordpress child theme for the JointsWP theme by @JoshEllinger

To install:

  1. Install JointsWp theme in the appropriate directory
  2. Install JointsWp-child in the appropriate directory

To install grunt functionality

  1. install nodejs
  2. install grunt if you havent already done this by using the command npm install -g grunt-cli
  3. run npm install --save-dev inside the JointsWP-child directory

The gruntfile is pre-set up to work with zurb foundation, bourbon, libsass, and live-reload. If you use grunt watch, and live reload, you can build your sass files (using the super fast libsass) and live preview your work as you go.