patrickgalbraith / mapofmetal

Map Of Metal :metal:
https://mapofmetal.com
Other
44 stars 9 forks source link

Add copy of folders: "tiles", "static", "data" to respective subfolders in "/dist" during build. #25

Closed Brianmanden closed 3 years ago

Brianmanden commented 3 years ago

Add copy of folders: "tiles", "static", "data" to respective subfolders in "/dist" during build.

Using parcel-plugin-static-files-copy.

Brianmanden commented 3 years ago

It works on my machine ;)

patrickgalbraith commented 3 years ago

Looks good. The only change needed was to add the updated package-lock.json.

BrianImprovento commented 3 years ago

Thank you. I thought that package-lock.json was generated during build and was therefor not necessary. I will include it next time :)