Append a query string to your assets to bust that cache!
npm install cachebust> Append a query string to your assets to bust that cache!
sh
npm install -g cachebust
cachebust --version
`Contributing
[![Build Status][travis-image]][travis-url]
[![devDependency Status][dev-dependency-image]][dev-dependency-url]
[![Stories in Ready][waffle-image]][waffle-url]To contribute either check the Waffle board or GitHub issues then work away:
1. Fork it!
2. Create your feature branch:
git checkout -b feature/awesome-feature
3. Run: npm install for dependencies and npm link for local development
4. Run: grunt develop to build and watch for changes
5. Commit your changes: git commit -m 'feat(Project): Adds awesome feature'
6. Push to the branch: git push origin feature/awesome-feature
7. Submit a pull request :+1:Tips:
* In lieu of a formal styleguide, take care to maintain the existing coding style.
* Add unit tests for any new or changed functionality.
* Test your code using Grunt:
grunt test`Licensed under the MIT license: http://danielfurze.mit-license.org
[npm-url]: http://badge.fury.io/js/cachebust
[npm-image]: https://badge.fury.io/js/cachebust.svg
[travis-url]: http://travis-ci.org/furzeface/cachebust
[travis-image]: https://secure.travis-ci.org/furzeface/cachebust.svg?branch=master
[waffle-url]: https://waffle.io/furzeface/cachebust
[waffle-image]: https://badge.waffle.io/furzeface/cachebust.svg?label=ready&title=Ready
[dev-dependency-url]: https://david-dm.org/furzeface/cachebust#info=devDependencies
[dev-dependency-image]: https://david-dm.org/furzeface/cachebust/dev-status.svg