Skip to content
This repository has been archived by the owner on Dec 9, 2019. It is now read-only.

Add SVG/PNG to Workbox configuration. #76

Closed
LasaleFamine opened this issue Nov 1, 2017 · 2 comments
Closed

Add SVG/PNG to Workbox configuration. #76

LasaleFamine opened this issue Nov 1, 2017 · 2 comments

Comments

@LasaleFamine
Copy link
Member

LasaleFamine commented Nov 1, 2017

We should add SVG files on the glob path of Workbox:

new WorkboxPlugin({

new WorkboxPlugin({
    globDirectory: outputPath,
    globPatterns: ['**/*.{html,js,css,svg,png}'],
    swDest: join(outputPath, 'sw.js')
 }),
@LasaleFamine LasaleFamine changed the title Add SVG to Workbox configuration. Add SVG/PNG to Workbox configuration. Nov 1, 2017
@maxknee
Copy link
Contributor

maxknee commented Nov 2, 2017

@LasaleFamine I would like to help out with this project. If possible can you assign to me?

@LasaleFamine
Copy link
Member Author

Hi @maxknee, thank you for your interest. Just take this and open a PR, it's ok for me. Just don't forget to create the PR on the develop branch. Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants