Split source files for QABS plugin for RPGMakerMV.
To build, install npm, open console cd into this folder and run:
npm install
gulp
That will install the dependences and run the default gulp task which is the building task. The built plugin will be in the dist
folder.