Skip to content

Commit

Permalink
Fixes syntax error in example (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiopro authored and scniro committed Jan 10, 2017
1 parent 83f6395 commit a29376f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ gulp.task('minify-css', function() {
.pipe(cleanCSS())
.pipe(sourcemaps.write())
.pipe(gulp.dest('dist'));
});
});
```

Expand Down

0 comments on commit a29376f

Please sign in to comment.