Skip to content

Commit

Permalink
reformat accidental line join
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Jul 14, 2024
1 parent 1bf234f commit f1b6666
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ function build_styl(done) {
}),
inline_svg(),
//cssnano(),
]), sourcemaps.write("."),
]),
sourcemaps.write("."),
gulp.dest("./dist"),
],
(err) => {
Expand Down

0 comments on commit f1b6666

Please sign in to comment.