Closed GeorgeGedox closed 1 year ago
Fixes #14
It's not pretty as I'm quite rusty with modern javascript but it does the job. Also it seems that api.afterBuild(fn) cannot use api.loadSource() so I had to move that part in order to process the data
api.afterBuild(fn)
api.loadSource()
LGTM 👍 Thanks for this!
Fixes #14
It's not pretty as I'm quite rusty with modern javascript but it does the job. Also it seems that
api.afterBuild(fn)
cannot useapi.loadSource()
so I had to move that part in order to process the data