Skip to content

Commit

Permalink
Cleanup .tmp/sass
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSurgisonGDS committed Apr 25, 2023
1 parent 1d32b3c commit f3fc160
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ function cleanBackupNunjucks () {

function clean () {
cleanNunjucks()
// doesn't clean extensions.scss, should it?
// TODO: These files are deprecated, remove this line in v14?
del.sync(['public/**', '.port.tmp', '.tmp/port.tmp'])
del.sync(['public/**', '.tmp/sass/**', '.port.tmp', '.tmp/port.tmp'])
}

function ensureTempDirExists (dir = tmpDir) {
Expand Down

0 comments on commit f3fc160

Please sign in to comment.