gulp.task('coverage', 'Create build, run tests with coverage from "build"',
function() {
  runSequence(
    ['clean'],
    ['minify-css'],