Vdauphin / HeartsAndMinds

:heart::brain: 1.24.1 is out! 🎉
http://vdauphin.github.io/HeartsAndMinds/
110 stars 65 forks source link

Add: automated build system #1401

Closed ColinM9991 closed 1 year ago

ColinM9991 commented 1 year ago

When merged this pull request will: Add a gulp based build system that will create PBO files for each of the supported SQM files that exist in the /templates folder.

This does do a restructuring of the repository and it also deletes the BACKUP 7z file since that's what git is for (history).

Requires NodeJS

Usage:

npm install
npx gulp
ColinM9991 commented 1 year ago

Closing this as I've actually just noticed there's a Python equivalent so it's unlikely this is required here.