cachebustrel
v1.0.4
Published
Append a query string to your assets to bust that cache!
Downloads
7
Maintainers
Readme
cachebustrel
This is a fork of furzeface/cachebust with just one minor modification. This appends "rel" instead of "t" to the querystring.
Append a query string to your assets to bust that cache!
Getting Started
npm install -g cachebustrel
cachebustrel --version
Contributing
To contribute either check the Waffle board or GitHub issues then work away:
- Fork it!
- Create your feature branch:
git checkout -b feature/awesome-feature
- Run:
npm install
for dependencies andnpm link
for local development - Run:
grunt develop
to build and watch for changes - Commit your changes:
git commit -m 'feat(Project): Adds awesome feature'
- Push to the branch:
git push origin feature/awesome-feature
- 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
- Install editorconfig-sublime for Sublime Text to help with consistent code formatting.
- Commit messages loosely adhere to these guidelines.
- Versioning adheres to Semver.
Release History
- 2014-11-09 v1.0.0 - Initial release.
License
Copyright (c) 2014 Daniel Furze.
Licensed under the MIT license: http://danielfurze.mit-license.org