template-webpack icon indicating copy to clipboard operation
template-webpack copied to clipboard

The logo.png file in src/assets shouldn't it be moved to public/assets?

Open BdR76 opened this issue 2 years ago • 0 comments

The example code in this template shows a bouncing Phaser logo on a background image.

But the logo.png file in located in src/assets ? Shouldn't it be moved to public/assets where the background bg.jpg file is also located? Or is there a reason that I'm missing for it to be in a separate folder?

I mean I see there is a difference, after I run npm run build the logo becomes dist\18a7191678e558c5519c3e330eff5f85.png (?) but I guess I don't quite understand the advantage of this above just putting it in the public/assets folder.

BdR76 avatar Jan 05 '24 23:01 BdR76