BBVAEngineering / ember-cli-workbox

Offline caching as a progressive enhancement using service workers
MIT License
20 stars 10 forks source link

feat(lib/broccoli-workbox.js): added generator warnings #91

Closed jfrux closed 3 years ago

jfrux commented 4 years ago

I know it's minor, but these things helped me track down why one of my files were not showing up in my service-worker precache.

adrigzr commented 4 years ago

Hi @jfrux,

Thanks for your contribution. Could you please fix the build?

/home/travis/build/BBVAEngineering/ember-cli-workbox/lib/broccoli-workbox.js
  52:1  warning  Trailing spaces not allowed  no-trailing-spaces
  66:1  warning  Trailing spaces not allowed  no-trailing-spaces
  76:1  warning  Trailing spaces not allowed  no-trailing-spaces
  98:1  warning  Trailing spaces not allowed  no-trailing-spaces
✖ 4 problems (0 errors, 4 warnings)
  0 errors and 4 warnings potentially fixable with the `--fix` option.

Thanks!

adrigzr commented 3 years ago

:tada: This issue has been resolved in version 2.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: