I see how this prevents issues with CSS and JavaScript being cached, but don't you still have an issue with HTML files being cached?
On Wed, Oct 1, 2014 at 8:29 AM, Eric Eslinger <[email protected]> wrote: > Yeah, I do all my cache busting work with gulp, similar to grunt. In > production, my main.css and main.js both get a hash string injected into > their filename based on their contents, so main-149af3d.css or whatever. I > think I use gulp-rev for that. Gulp-inject is configured to modify > index.html to reflect the filename changes. > -- R. Mark Volkmann Object Computing, Inc. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
