You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/hollandben/grunt-cache-bust?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
7
8
8
9
> Bust static assets from the cache using content hashing
9
10
@@ -15,8 +16,8 @@
15
16
*[CDNs](#cdns)
16
17
*[Change Log](#change-log)
17
18
18
-
## Notice
19
-
This plugin recently upgraded to `v1.0.0`!! There was a big change in the way the plugin works. You can read me about the changes in issue #147. Please let me know if you have any questions on the changes via [Gitter](https://gitter.im/hollandben/grunt-cache-bust) or [Twitter](https://twitter.com/hollandben)
19
+
## PLEASE READ
20
+
This plugin recently upgraded to `v1.0.0`!! There was a big change in the way the plugin works. You can read me about the changes in issue [#147](https://github.com/hollandben/grunt-cache-bust/issues/147). Please let me know if you have any questions on the changes via [Gitter](https://gitter.im/hollandben/grunt-cache-bust) or [Twitter](https://twitter.com/hollandben)
20
21
21
22
## Getting Started
22
23
_If you haven't used [grunt][] before, be sure to check out the [Getting Started][] guide._
@@ -221,8 +222,8 @@ cacheBust: {
221
222
### Change Log
222
223
223
224
**v1.0.0**
224
-
* Fundamental breaking changes - see issue #147 for more details
225
-
* Re-wrote the way the plugin functions. Instead of finding assets in files, the plugin now goes through a given assets folder and builds an object based on the original and hashed file name. Read more about the changes in #147
225
+
* Fundamental breaking changes - see issue [#147](https://github.com/hollandben/grunt-cache-bust/issues/147) for more details
226
+
* Re-wrote the way the plugin functions. Instead of finding assets in files, the plugin now goes through a given assets folder and builds an object based on the original and hashed file name. Read more about the changes in [#147](https://github.com/hollandben/grunt-cache-bust/issues/147)
226
227
* Remove string option for `jsonOutput`, enforcing the use of `jsonOutputFilename`
227
228
* Sorting and reversing to collection of assets - fixes #176
0 commit comments