Closed eshtadc closed 6 years ago
Need to ensure cache buster values are included per https://github.com/DockYard/ember-service-worker/pull/131#issuecomment-431568080
So what I'm seeing is that only the cache value that is used per your configuration stays. So if you are using project-version
or the default then you wouldn't see the PROJECT_REVISION
constant. I did confirm that if you are using project-revision
strategy that the PROJECT_REVISION
constant is included in the output. This should be fine. What we don't have is a fallback if the user accidentally enters the revision strategy incorrectly (like I did initially when testing this).
Created https://github.com/DockYard/ember-service-worker/pull/140 to address version strategy validation.
Upgrade to recent rollup via broccoli-rollup