postcss-hash
Version:
PostCSS plugin to replace output file names with HASH algorithms (md5, sha256, sha512, etc) and string length of your choice - for cache busting
13 lines (9 loc) • 296 B
Markdown
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.2.1 (August 29, 2017)
* Fixed node 4.0.0 backward compatibility issue in code
## 0.2 (August 29, 2017)
* Added option to create `mainfest.json`.
* Added more tests
## 0.1 (August 26, 2017)
* Initial release.