Commit 8a03ad5e authored by Nikolay Gromov's avatar Nikolay Gromov

Update gulpfile.js

parent 2eee67ee
...@@ -91,11 +91,6 @@ gulp.task('copy:css', function(callback) { ...@@ -91,11 +91,6 @@ gulp.task('copy:css', function(callback) {
mqpacker mqpacker
])) ]))
.pipe(cleanss()) .pipe(cleanss())
.pipe(rename(function (path) {
path.basename = 'additional-styles',
path.extname = '.min.css'
}))
.pipe(debug({title: "RENAME:"}))
.pipe(gulp.dest(dirs.build + '/css')); .pipe(gulp.dest(dirs.build + '/css'));
} }
else { else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment