Coder Social home page Coder Social logo

Comments (2)

celsomtrindade avatar celsomtrindade commented on July 19, 2024

I don't know if this is the intended behavior, but the same thing happens to me. But only if the task is executed without any changes on the file.

For example, if I run the task twice without any change on the file, the output would be something like this:

  • 1º: script.min.js?rel=abc123
  • 2º: script.min.js?rel=abc123

If i change something (in my test i just added a blank var), then I'll get different results, ex:

  • 3º: script.min.js?rel=xyz987

But if I change back the file, removing that blank var, the file name goes back to what it was before, ex.:

  • 4º: script.min.js?rel=abc123

So, for every change you make, it will generate a different name, but not for each time your an the task. At least this is what happened to me.

from grunt-cache-breaker.

redeye86 avatar redeye86 commented on July 19, 2024

It uses a hash here, so when the file is changed back to the old version the hash (and therefore the filename/url) should be the same. But as the file is not changed, the behaviour of the javascript or css is also the same (at least with very high probabilitiy) and it is intended that the page visitors do not need to download the file again.

In my case I am referring to the filename pattern, where the hash is contained in the file name (like script.min.de94ef7c57.js) and is not appended as a parameter (which has some benefits as some proxies and cached treat url with questionmarks as dynamic pages; Google Pagespeed penalizes this).

I already found out whats wrong in the code and i am trying to fix it.

from grunt-cache-breaker.

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.