Whoops
This commit is contained in:
parent
1f44da175a
commit
c27b8c1e5b
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ module.exports = {
|
||||||
if (filePath.includes(".html")) {
|
if (filePath.includes(".html")) {
|
||||||
data = htmlMinifier.minify(data)
|
data = htmlMinifier.minify(data)
|
||||||
} else if (filePath.includes(".css")) {
|
} else if (filePath.includes(".css")) {
|
||||||
data = new cssMinifier().minify(data)
|
data = new cssMinifier().minify(data).styles
|
||||||
} else if (filePath.includes(".js")) {
|
} else if (filePath.includes(".js")) {
|
||||||
data = javascriptCache[filePath]
|
data = javascriptCache[filePath]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue