code does not seem to build with brotli? v1.0.2
See original GitHub issueError: Command failed: bro -q 11 --input …
at checkExecSyncError (child_process.js:601:13)
at execSync (child_process.js:641:13)
at brotliFile (/.../dev/preact-hn/scripts/minify.js:32:3)
at optimizeFileDelivery (/.../dev/preact-hn/scripts/minify.js:45:7)
at /.../dev/preact-hn/scripts/minify.js:59:5
at Object.<anonymous> (/.../dev/preact-hn/scripts/minify.js:67:3)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Java builds missing from Maven for releases after 0.1.2 - GitHub
It appears that there have been no builds uploaded to Maven repositories of the Java library after 0.1.2. I looked in these places:....
Read more >Brotli Compression - Scott Helme
Following a few performance related blogs recently this one is following a similar trend and is going to look at Brotli compression.
Read more >WebGL build doesn't load in browser - Unity Forum
It looks like itch.io does not set "Content-Encoding: br", though, and since there is no compression fallback, it fails.
Read more >Brotli Compression: A Fast Alternative to GZIP ... - Kinsta
GZIP compression has been the standard for a long time, but not any more! This post will dissect Brotli compression.
Read more >Brotli: A general-purpose data compressor - arpi@unipi.it
entropy encoding of LZ77-phrases that does not slow down the decoding speed from ... one Huffman code to compress all the values in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We can use WASM implementation instead of external dependency https://github.com/dfrankland/wasm-brotli
Works! Thanks