gulpfile - semicolon

master
Sindre Sorhus 2014-06-19 16:42:10 +02:00
parent 74908b8333
commit 2a3f64eaea
1 changed files with 6 additions and 6 deletions

View File

@ -69,7 +69,7 @@ gulp.task('styles:components', function () {
.pipe($.autoprefixer('last 1 version'))
.pipe(gulp.dest('app/styles/components'))
.pipe($.size({title: 'styles:components'}));
})
});
// Compile Any Other Sass Files You Added (app/styles)
gulp.task('styles:scss', function () {