Baudin999 / ZDragon_Old_002

ZDragon is moving to .NET!
MIT License
1 stars 3 forks source link

Create Assets and copy them to the out folder #19

Open Baudin999 opened 4 years ago

Baudin999 commented 4 years ago

Assets, like images, can't be added to the solution right now. We should be able to create an assets folder and copy the content to the out folder when there's a change.

I would like to roll this out in two phases:

1) Copy on build, or when watch starts. A restart is needed for a new deploy of the assets. 2) Add a new watch to the assets folder and trigger on change.

Notes: Only a folder names Assets will be watched and copied.

3) Move this folder's name to zdragon.json configuration file.