From f9f31f56c5a9be4069840f861f03d1347d660963 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Fri, 15 Aug 2014 12:20:01 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97f559b..b08e9f0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond. The * Customised functions.php adding theme support for high customisation * Minimised HTTP requests for high Web Performance * Localised strings for multiple language support -* Grunt integration - automatic image optimisation, Sass compiling and watching, css minification and live reload support +* Grunt automatic image optimisation, Sass compiling and watching, css minification and live reload support +* Use of Browserify to modularise the JavaScript structure and stop those huge, spaghetti script files! ## Installation @@ -57,4 +58,4 @@ Compatible with WordPress 3.2 and above, but always use the latest version. * ~~Organisation of Sass folders~~ * ~~Simple grid framework~~ -* ~~Organisation of JS~~ \ No newline at end of file +* ~~Organisation of JS~~