mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-02 13:11:41 +02:00
Just make the build steps sequential, build single target with buble
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user