File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
66Tiny 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments