Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
francescozaia committed Mar 30, 2018
1 parent dcbfe9c commit ff043a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion dist/css/bootstrap-italia.css.min.map

This file was deleted.

2 changes: 1 addition & 1 deletion dist/css/bootstrap-italia.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ gulp.task('scss-min', gulp.series('scss', done => {
header: bootstrapItaliaBanner +
'\n'
}))
.pipe(sourcemaps.write(Paths.HERE))
.pipe(rename({
suffix: '.min'
}))
.pipe(sourcemaps.write(Paths.HERE))
.pipe(gulp.dest(Paths.DIST + '/css'))
.pipe(touch())
done()
Expand Down

0 comments on commit ff043a8

Please sign in to comment.