and more empty spaces for Travis
This commit is contained in:
parent
492fe3a6cf
commit
4e2072a267
|
@ -49,11 +49,9 @@ gulp.task( 'scss-for-prod', function() {
|
|||
.pipe(minify-css())
|
||||
.pipe(rename({suffix: '.min'}))
|
||||
.pipe(gulp.dest(paths.css));
|
||||
|
||||
return merge(pipe1, pipe2);
|
||||
});
|
||||
|
||||
|
||||
// Run:
|
||||
// gulp sourcemaps + sass + reload(browserSync)
|
||||
// Prepare the child-theme.css for the development environment
|
||||
|
|
Reference in New Issue