## 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/).
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;
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())
},
"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",