Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offer The appCache Nanny as a caching strategy option during project generation #25

Open
cmelion opened this issue Mar 25, 2016 · 0 comments

Comments

@cmelion
Copy link
Owner

cmelion commented Mar 25, 2016

The current strategy is to use cache busting configured in webpack config:

   config.output = isTestEnv ? {} : {
       path: root('dist'),
       publicPath: '',
       filename: ENV === 'build' ? 'js/[name].[hash].js' : 'js/[name].js',
       chunkFilename: ENV === 'build' ? '[id].[hash].chunk.js' : '[id].chunk.js',
   };

AppCache is more efficient and adds offline capabilities, appCache Nanny adds workarounds for the less desirable caching behaviors appCache exhibits.

https://github.com/gr2m/appcache-nanny

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/32249829-offer-the-appcache-nanny-as-a-caching-strategy-option-during-project-generation?utm_campaign=plugin&utm_content=tracker%2F32095848&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F32095848&utm_medium=issues&utm_source=github).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant