Skip to content

Commit

Permalink
UJ: Build + Push
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwieds committed Dec 11, 2024
1 parent a695432 commit a40c1aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _websrc/gulp_tasks/app/build-pre.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// Libraries
// ...

// Module
module.exports = function () {
return new Promise(function(resolve, reject) {

// ...

return resolve();
});
}

0 comments on commit a40c1aa

Please sign in to comment.