Commit 3892594b authored by Arthur Verschaeve's avatar Arthur Verschaeve

Fix code style in `gulpfile.js`

parent 06554414
...@@ -58,7 +58,7 @@ gulp.task('copy', function () { ...@@ -58,7 +58,7 @@ gulp.task('copy', function () {
gulp.task('styles', function () { gulp.task('styles', function () {
// For best performance, don't add Sass partials to `gulp.src` // For best performance, don't add Sass partials to `gulp.src`
return gulp.src([ return gulp.src([
'site-assets/*.css', 'site-assets/*.css'
]) ])
.pipe($.autoprefixer(AUTOPREFIXER_BROWSERS)) .pipe($.autoprefixer(AUTOPREFIXER_BROWSERS))
.pipe(gulp.dest('dist/site-assets')) .pipe(gulp.dest('dist/site-assets'))
......
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