A Wordpress child theme for the JointsWP theme by @JoshEllinger
- Install JointsWp theme in the appropriate directory
- Install JointsWp-child in the appropriate directory
- install nodejs
- install grunt if you havent already done this by using the command
npm install -g grunt-cli
- 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.