and more empty spaces for Travis

This commit is contained in:
Holger Könemann 2018-03-07 11:35:13 +01:00
parent 492fe3a6cf
commit 4e2072a267
1 changed files with 59 additions and 61 deletions

View File

@ -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