From 2baf29eadc1ad73a7499931b9f3bf4aed7ebb3af Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 22 May 2014 07:42:46 -0400 Subject: [PATCH] feature(gulp) rm stylestats --- gulpfile.js | 2 -- package.json | 1 - 2 files changed, 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 8bad99b3..887cca3e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -5,7 +5,6 @@ jshint = require('gulp-jshint'), recess = require('gulp-recess'), concat = require('gulp-concat'), - stylestats = require('gulp-stylestats'), mocha = require('gulp-mocha'), cloudfunc = require('./test/lib/cloudfunc.js'), @@ -40,7 +39,6 @@ gulp.src('css/*.css') .pipe(recess()) .pipe(concat('all.css')) - .pipe(stylestats()) .on('error', onError); }); diff --git a/package.json b/package.json index ba577a6e..5edc5dd3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,6 @@ "gulp-jshint": "1.6.x", "gulp-mocha": "^0.4.1", "gulp-recess": "0.3.x", - "gulp-stylestats": "0.2.x", "should": "^3.3.1" }, "license": "MIT",