Just make the build steps sequential, build single target with buble

This commit is contained in:
Bryan Housel
2019-11-07 17:03:15 -05:00
parent 4a07ae7243
commit 5da962a694
5 changed files with 37 additions and 108 deletions
-4
View File
@@ -22,12 +22,8 @@ fontawesome.library.add(fas, far, fab);
const request = require('request').defaults({ maxSockets: 1 });
let _currBuild = null;
// if called directly, do the thing.
buildData();
function buildData() {
if (_currBuild) return _currBuild;