codefordenver / hawthorn-client

Hawthorn is based on the concept of affinity groups, a group of individuals who come together around a shared experience, interest or common goal. With Hawthorn affinity groups, you are free to start or join conversations and share useful resources with people in your community.
http://hawth.org
Apache License 2.0
2 stars 1 forks source link

Bundle images properly #23

Closed trex closed 4 years ago

trex commented 4 years ago

I don't know webpack or how to manage image assets in a web application.

There are some images co-located with components so that the About component can display them.

These should be packaged with webpack and live somewhere with other assets, outside of src/components.

trex commented 4 years ago

@whitingba took a look at this and determined that webpack is already configured and bundling images appropriately. Closing this one.