Giter Site home page Giter Site logo

Comments (4)

ahaurw01 avatar ahaurw01 commented on June 25, 2024

gulp-cached and gulp-remember do very different things. gulp-cached basically filters out files that it has already seen and haven't changed. gulp-remember adds files in that it has seen and are not present in the stream. They work very well together to exclude everything that hasn't changed, do processing on only those files that have changed, then add the other files back in so you can concat or bundle or do whatever business that requires all files of a certain type to be in the stream.

I can't speak to why your particular use case is confounding. Is it possible that ngAnnotate or sourcemaps are adding files back into the stream or reading from disk? I don't know anything about those plugins.

from gulp-remember.

bcherny avatar bcherny commented on June 25, 2024

Thanks for the explanation! That's a good place to start - I'll pare down my task an see how it behaves. Will report back in case anyone has this question in the future.

from gulp-remember.

ahaurw01 avatar ahaurw01 commented on June 25, 2024

Cool, sounds good. Don't hesitate to create another issue if you think gulp-remember isn't playing nice with somebody.

from gulp-remember.

htulipe avatar htulipe commented on June 25, 2024

@bcherny Did you found anything interesting about ngAnnotate and gulp-remember?

from gulp-remember.

Related Issues (15)

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.