Skip to content

Commit 3032e8a

Browse files
authored
Feature/refactor (#86)
* Refactored the 'generate-from-prefab' helper out into mutliple fucntions to allow for reuse * Adds new 'recurse-directories helper * Updaates multiple scripts to make them simpler and more readable, also fixes buggy issues with watch, substitute and build scripts * refactored a bunch of helpers to be more generic and readable and fixed some bugs * Ran build * Fixed an issue with build not rewriting all files * 5.2.3
1 parent 76ebb87 commit 3032e8a

26 files changed

Lines changed: 1054 additions & 980 deletions

dist/data/globals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default {
2-
"version": "5.2.1",
2+
"version": "5.2.2",
33
"buildaDir": ".builda",
44
"websiteUrl": "https://www.builda.app",
55
"buildaReadmeFileName": "getting-started.md",

dist/index.d.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ declare const _default$2: (questions: inquirer.QuestionCollection<any>) => Promi
88

99
/**
1010
* Substitute values found in all files in the rootFiles array which have 'rewrite' set to true
11-
* (This is a post-processing step and exists to give prefab developers more control over the final output)
11+
* (This is a post-processing step and exists to give prefab developers more control over the final output)§
1212
*/
1313
declare const _default$1: (substitutions: TSubstitution[]) => Promise<void>;
1414

dist/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ declare const _default$2: (questions: inquirer.QuestionCollection<any>) => Promi
88

99
/**
1010
* Substitute values found in all files in the rootFiles array which have 'rewrite' set to true
11-
* (This is a post-processing step and exists to give prefab developers more control over the final output)
11+
* (This is a post-processing step and exists to give prefab developers more control over the final output)§
1212
*/
1313
declare const _default$1: (substitutions: TSubstitution[]) => Promise<void>;
1414

0 commit comments

Comments
 (0)