question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

code does not seem to build with brotli? v1.0.2

See original GitHub issue

Error: 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:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
stereoboostercommented, Dec 23, 2017

We can use WASM implementation instead of external dependency https://github.com/dfrankland/wasm-brotli

0reactions
nimendracommented, Jan 9, 2018

Works! Thanks

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found