Merge pull request #566 from sarbbottam/chore

chore(build): removed redundant postcss operation
This commit is contained in:
Daniel Eden 2016-06-06 10:45:27 -07:00
commit 34e460075d
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))