Skip to content

Commit

Permalink
feat: Make sure destiny2.css gets copied as well
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Oct 16, 2021
1 parent 1030330 commit b0f058a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gulp.task("styles-nano", function () {

gulp.task("purge-unused-css", function () {
return gulp
.src("src/scss/bootstrap.min.css")
.src("src/scss/*.css")
.pipe(
purgecss({
content: ["src/windows/**/*.html", "src/scripts/**/*.js"],
Expand Down

0 comments on commit b0f058a

Please sign in to comment.