From f8fc7a5487413a1eb1df02d1bf5376d96703e874 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Thu, 30 Jan 2014 11:32:16 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 504a4ef..366ab0a 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,18 @@ A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond. Gre * Customised functions.php adding theme support for high customisation * Minimised HTTP requests for high Web Performance * Localised strings for multiple language support +* Grunt.js integration - automatic image optimisation, Sass compiling and watching, and css minification + +## Installation + +### Dependancies + +* Node.js +* Grunt.js + +Clone/download the barebones repositories into your WordPress /wp-content/themes/ directory, then open /barebones/ in the command line and run `npm install` to install all of Grunt's dependancies. + +Then run `grunt` to watch your Sass files. ## WordPress Support @@ -28,7 +40,3 @@ Compatible with WordPress 3.2 and above. * Safari 4.0+ * Chrome 14.0+ * Opera 10.0+ - -## Preprocessors - -Although barebones now utilises the powerful Sass CSS preprocessor, you don't have to use it. The main style.css file is not compressed so can be easily changed in a Text Editor.