]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update npm dependencies
authorGeoff Kimball <geoff@zurb.com>
Tue, 19 Jan 2016 22:45:13 +0000 (14:45 -0800)
committerGeoff Kimball <geoff@zurb.com>
Tue, 19 Jan 2016 22:45:13 +0000 (14:45 -0800)
README.md
gulp/deploy.js
package.json

index 0e98fcb6130fd220da1a770a62b59582fad6dd6b..1d28e7878abdafd3466e6b71987069d3e7902222 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Foundation is the most advanced responsive front-end framework in the world. Qui
 
 ## Requirements
 
-Requires NodeJS to be installed on your machine. Works with 0.10, 0.12, and 4.1! **Note that parts of our build process will break with NPM 3, due to the changes in how packages are installed.**
+Requires NodeJS to be installed on your machine. Works with 0.12 and higher! **Note that parts of our build process will break with NPM 3, due to the changes in how packages are installed.**
 
 The Sass is compiled using libsass, which requires the GCC to be installed on your machine. Windows users can install it through [MinGW](http://www.mingw.org/), and Mac users can install it through the [Xcode Command-line Tools](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/).
 
index b02bd1b7cf9ab4629f061ec08f03e90bdc3f9f2e..562b5c7403f4a24d4387b8a140f7bb6b500d65d5 100644 (file)
@@ -1,6 +1,6 @@
 var gulp = require('gulp');
 var filter = require('gulp-filter');
-var minifyCss = require('gulp-minify-css');
+var cssnano = require('gulp-cssnano');
 var rename = require('gulp-rename');
 var uglify = require('gulp-uglify');
 var confirm = require('gulp-prompt').confirm;
@@ -62,7 +62,7 @@ gulp.task('deploy:dist', ['sass:foundation', 'javascript:foundation'], function(
   return gulp.src(DIST_FILES)
     .pipe(cssFilter)
       .pipe(gulp.dest('./dist'))
-      .pipe(minifyCss())
+      .pipe(cssnano())
       .pipe(rename({ suffix: '.min' }))
       .pipe(gulp.dest('./dist'))
     .pipe(cssFilter.restore())
index 3f0ae90e1dfccc934b805b22b51330b06b3402d4..80c9b34ca6137aa6fc3cf64b1ba4d364df515919 100644 (file)
   },
   "license": "MIT",
   "devDependencies": {
-    "browser-sync": "^2.8.2",
+    "browser-sync": "^2.11.1",
     "clipboard": "^1.5.5",
     "corejs-typeahead": "corejavascript/typeahead.js",
     "foundation-docs": "zurb/foundation-docs",
-    "gitty": "^3.3.0",
+    "gitty": "^3.3.3",
     "gulp": "^3.8.10",
-    "gulp-autoprefixer": "^2.3.1",
+    "gulp-autoprefixer": "^3.1.0",
     "gulp-cache-bust": "^1.0.2",
     "gulp-concat": "^2.4.3",
-    "gulp-filter": "^2.0.2",
-    "gulp-jshint": "^1.9.2",
-    "gulp-load-plugins": "^0.8.0",
-    "gulp-minify-css": "^1.2.1",
+    "gulp-cssnano": "^2.1.0",
+    "gulp-filter": "^3.0.1",
+    "gulp-jshint": "^2.0.0",
+    "gulp-load-plugins": "^1.2.0",
     "gulp-mocha": "^2.2.0",
     "gulp-newer": "^1.1.0",
     "gulp-plumber": "^1.0.1",
     "gulp-rename": "^1.2.2",
     "gulp-replace": "^0.5.4",
     "gulp-rsync": "0.0.5",
-    "gulp-ruby-sass": "1.0.0-alpha.3",
+    "gulp-ruby-sass": "^2.0.6",
     "gulp-sass": "^2.1.0",
-    "gulp-scss-lint": "^0.2.2",
+    "gulp-scss-lint": "^0.3.9",
     "gulp-sourcemaps": "^1.6.0",
     "gulp-uglify": "^1.1.0",
-    "inquirer": "^0.11.0",
+    "inquirer": "^0.11.2",
+    "jshint": "^2.9.1",
     "mocha": "^2.3.3",
     "motion-ui": "^1.1.0",
     "octophant": "^1.0.0",
-    "open": "0.0.5",
     "opener": "^1.4.1",
     "panini": "^1.1.1",
     "parker": "0.0.9",