Hi, I am stuck on where to put my images. Here are places that I can think of:
- Put images under app/pages/module/images folder, so the images are close to the module where it appeared.
- Put shared images under app/pages/images.
- Put images under app/theme/images folder, with style files.
- Put images under Resources folder for different device types. By the way what does the Resources folder do?
Since I don’t find any gulp tasks related to images, should I write my own gulp task? Or should I use webpack to help bundle the images?