Skip to content

Commit

Permalink
maquette is now 3.7Kb
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-gorter committed Jan 31, 2024
1 parent 607ee35 commit b15cbcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/check-file-size.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ stream.on("data", (chunk) => {
});
stream.on("end", () => {
console.log("gzipped size in kB:", length / 1024);
if (length >= 3.6 * 1024) {
console.error("Claim that maquette is only 3.5 kB gzipped no longer holds");
if (length >= 3.8 * 1024) {
console.error("Claim that maquette is only 3.7 kB gzipped no longer holds");
process.exit(1);
}
console.log("File size OK");
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "MIT",
"devDependencies": {
"ejs": "3.1.9",
"firebase-tools": "11.26.0",
"firebase-tools": "13.1.0",
"jstransformer-ejs": "0.2.0",
"metalsmith": "2.5.1",
"metalsmith-in-place": "4.2.0",
Expand Down

0 comments on commit b15cbcc

Please sign in to comment.