mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(gulp) rm stylestats
This commit is contained in:
parent
f09a90bbf1
commit
2baf29eadc
2 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue