From 807dbd0998c077036ea949991cef0d6a5fa44b1d Mon Sep 17 00:00:00 2001 From: Alexander Synaptic Date: Mon, 18 Apr 2016 22:46:42 +0800 Subject: [PATCH 1/3] Updating dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e2a4364..f087799 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "main": "gulpfile.js", "private": true, "devDependencies": { - "autoprefixer": "^6.3.3", - "browser-sync": "^2.11.1", + "autoprefixer": "^6.3.6", + "browser-sync": "^2.12.3", "del": "^2.2.0", "gulp": "^3.9.1", "gulp-changed": "^1.3.0", @@ -35,17 +35,17 @@ "gulp-imagemin": "^2.4.0", "gulp-jshint": "^2.0.0", "gulp-livereload": "^3.8.1", - "gulp-load-plugins": "^1.2.0", + "gulp-load-plugins": "^1.2.2", "gulp-postcss": "^6.1.0", "gulp-rename": "^1.2.2", "gulp-ruby-sass": "^2.0.6", "gulp-sass": "^2.2.0", "gulp-sourcemaps": "^1.6.0", - "gulp-uglify": "^1.5.2", + "gulp-uglify": "^1.5.3", "gulp-util": "^3.0.7", "html5-history-api": "^4.2.5", "merge-stream": "^1.0.0", - "normalize.css": "^3.0.3", + "normalize.css": "^4.1.1", "require-dir": "^0.3.0", "scut": "^1.4.0", "spin.js": "^2.3.2", From 2474c80042be5cddfa9ca094e46bdbd95421bda0 Mon Sep 17 00:00:00 2001 From: Alexander Synaptic Date: Tue, 19 Apr 2016 00:14:52 +0800 Subject: [PATCH 2/3] Docs update to address JSHint problems --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b93de15..e4ad7e2 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,8 @@ If you're already up and running with most of the usual Node ecosystem tools thi ### REQUIRED * Install [npm](http://blog.npmjs.org/post/85484771375/how-to-install-npm). -* Install [Gulp](http://gulpjs.com/): `npm install gulp -g`. +* Install [Gulp](http://gulpjs.com/): `npm install -g gulp`. +* Install [JSHint](http://jshint.com/): `npm install -g jshint`. (You can skip this and cut JSHint out of the workflow but it will take some additional work.) * Download or clone this repo: `git clone https://github.com/synapticism/wordpress-gulp-starter-kit.git`. ### OPTIONAL From 583474e1ce351fdb360aed16e82f5bb73936e885 Mon Sep 17 00:00:00 2001 From: Alexander Synaptic Date: Tue, 19 Apr 2016 00:15:20 +0800 Subject: [PATCH 3/3] Version bump --- package.json | 2 +- src/scss/_config.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f087799..1831fd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wordpress-gulp-starter-kit", - "version": "0.2.2", + "version": "0.2.3", "description": "A starter kit for developing WordPress themes with Gulp", "homepage": "https://github.com/synapticism/wordpress-gulp-starter-kit", "repository": { diff --git a/src/scss/_config.scss b/src/scss/_config.scss index 29c4e3a..3d39c5a 100644 --- a/src/scss/_config.scss +++ b/src/scss/_config.scss @@ -30,7 +30,7 @@ $_metadata: ( , theme-author: "Alexander Synaptic" , theme-author-uri: "http://synapticism.com" , theme-description: "A minimally viable theme made with the WordPress/Gulp starter kit" -, theme-version: "0.2.2" +, theme-version: "0.2.3" , theme-license: "GPLv3" , theme-license-uri: "http://www.gnu.org/licenses/gpl.txt" , theme-tags: (light, responsive-layout, right-sidebar, starter-theme, two-columns, translation-ready, white)