Skip to content

Commit 783d1d3

Browse files
compress more
1 parent 7265b31 commit 783d1d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Tiny browser web framework, which communicates to the server via a websocket. All DOM changes are performed using HTML provided by the server.
77

8-
Minified size is **2.56** Kb which when transmitted compressed is **945** Bytes!
8+
Minified size is **2.29** Kb which when transmitted compressed is **903** Bytes!
99

1010
## Usage
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
],
2626
"scripts": {
27-
"build": "mkdir -p dist && uglifyjs src/index.js -v -o dist/index.min.js",
27+
"build": "mkdir -p dist && uglifyjs src/index.js -m -v -o dist/index.min.js",
2828
"exampleServer": "nodemon example/server.js",
2929
"start": "npm run build && npm run exampleServer",
3030
"test": "node -c src/index.js"

0 commit comments

Comments
 (0)