Skip to content

Commit

Permalink
fixes #932
Browse files Browse the repository at this point in the history
  • Loading branch information
increpare committed Apr 26, 2024
1 parent 5312783 commit c74a05c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .build/buildnumber.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1748
1749
2 changes: 1 addition & 1 deletion compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ ncp("./src", "./bin/", function (err) {
collapseWhitespace: true,
minifyCSS: true,
minifyURLs: true,
removeAttributeQuotes: true,
// removeAttributeQuotes: true,
removeComments: true,
removeEmptyAttributes: true,
});
Expand Down

0 comments on commit c74a05c

Please sign in to comment.