chore(build): removed redundant postcss operation

This commit is contained in:
Sarbbottam Bandyopadhyay 2016-04-16 21:51:29 -07:00
parent 1ba6f45899
commit 2eb6a3c303
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ gulp.task('createCSS', function() {
]))
.pipe(gulp.dest(opts.destPath))
.pipe(postcss([
autoprefixer(opts.autoprefixer),
cssnano({reduceIdents: {keyframes: false}})
]))
.pipe(rename(opts.minRename))