Giter Club home page Giter Club logo

Comments (6)

hereandnow avatar hereandnow commented on August 16, 2024

i think your issue is with css files correct? for me it helped when defined the src-files including suffix like that:

  src: "dist/**/*.css"

from grunt-s3.

jansepar avatar jansepar commented on August 16, 2024

For me it is every file I upload (for example, examples/*/):

https://github.com/mobify/mobifyjs/blob/v2.0/Gruntfile.js

from grunt-s3.

pifantastic avatar pifantastic commented on August 16, 2024

Hey @jansepar, that is definitely not intended. The .gz files should be cleaned up after they're uploaded (see https://github.com/pifantastic/grunt-s3/blob/master/tasks/lib/s3.js#L182). If that's not happening, there are 2 possible issues. The upload is failing midway through (although it should still delete the file), or there is simply a bug in the logic that cleans up the file.

I think a better approach would be to either write the file to /tmp before uploading, or even better, to stream the file and avoid writing to disk entirely.

from grunt-s3.

jansepar avatar jansepar commented on August 16, 2024

Hmmm, those files are sticking around for me still even without failing. If I get some time I can look into debugging it. Also feel free to checkout my repo to see if you can reproduce!

from grunt-s3.

pifantastic avatar pifantastic commented on August 16, 2024

Hey @jansepar, are you still having this problem? I checked out mobifyjs locally and everything seemed to work as expected.

grunt s3 output

no .gz files

I still believe that using a temp directory is a better solution.

from grunt-s3.

jansepar avatar jansepar commented on August 16, 2024

Thanks for having a look! I cleaned up the gz files and ran it again, and this time the files didn't stick around! I'm thinking last time it happened maybe there was an error with the deploy that I didn't notice, and some cleanup process didn't take place. So yeah I think in that scenario a temp directory would have been great. Thanks for looking into this!

from grunt-s3.

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.