Giter Site home page Giter Site logo

Comments (5)

limeyd avatar limeyd commented on May 4, 2024

Hey have you tried this with a plain install of node and gzippo? as I think the problem resides upstream https://github.com/tomgco/gzippo I'll try to when i get a chance.

from meteor.

limeyd avatar limeyd commented on May 4, 2024

I was right this is a bug upstream. The fix is to wrap filename with decodeURI in gzippo/lib/staticGzip.js

var gzippo = function(filename, charset, callback) {
    fs.readFile(decodeURI(filename), function (err, data) {
...

from meteor.

n1mmy avatar n1mmy commented on May 4, 2024

Thanks!

I see you've already submitted a bug to gzippo upstream. We'll pull their fix, or if that doesn't happen in a reasonable timeframe we can just patch the version we distribute.

from meteor.

limeyd avatar limeyd commented on May 4, 2024

Np glad to help.

from meteor.

n1mmy avatar n1mmy commented on May 4, 2024

I bumped gzippo to version 0.1.7, which includes the upstream fix for this problem.

However, it also revealed a new problem with spaces in directory names, which I've filed as a separate issue: #225.

from meteor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.