spacemandev-git / fvtt-card-support

Adds programmatic deck support to FoundryVTT
MIT License
10 stars 10 forks source link

Remove Typescript #74

Closed akrigline closed 3 years ago

akrigline commented 3 years ago

We talked about this on Discord and I underestimated how much effort this would be.

There was a concerning discrepency between the files in the dist directory compared to the ones in the src directory. It also seemed like the macros folder both was and wasn't intended to be included in the dist.

Build Changes

Consolidated Files

Typescript removal

Testing

After deleting my /dist directory and running npm run build fresh, I linked the /dist directory to a module in an 079 build and opened it up. Everything seemed to be working but I have limited knowledge of all the things Card Support is supposed to accomplish.