Package Exports
- cachebust
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cachebust) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
cachebust
Append a query string to your assets to bust that cache!
Getting Started
npm install -g cachebust
cachebust --versionContributing
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 installfor dependencies andnpm linkfor local development - Run:
grunt developto 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 👍
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