diff --git a/StarWars5E/README.md b/StarWars5E/README.md index 986264d76e..8d8ced40b9 100644 --- a/StarWars5E/README.md +++ b/StarWars5E/README.md @@ -8,6 +8,9 @@ More Information - [Star Wars 5e Discord](https://discord.gg/zYcPYTu) # Changelog +## 2024-??-?? +* Massive refactor of the sheet using GULP as build engine +* Removal of leftover unused code for 5e compendium & Charmancer integration ## 2024-11-16 * correction following problem in PR 13282 : Npc traits visibility & Sheet Refresh problem ## 2024-07-06 diff --git a/StarWars5E/src/gulpfile.js b/StarWars5E/src/gulpfile.js index d7e44a991b..daa6906780 100644 --- a/StarWars5E/src/gulpfile.js +++ b/StarWars5E/src/gulpfile.js @@ -4,30 +4,25 @@ const rename = require('gulp-rename') /* Bundle the javascript in one big file */ function bundle_js(cb){ - console.log("Building Javascript :") console.log("\t- Nothing to see/do here") cb(); } /* Bundle the html in one big file, including the js file compilated earlier */ function bundle_html(done){ - console.log("Building HTML :"); src('html/main.html') .pipe(include()) .on('error',console.log) .pipe(rename('StarWars5e_HTML.html')) .pipe(dest('../dist')); - console.log("\t- done"); done(); } /* Bundle the css in one big file */ function bundle_css(done){ - console.log("Building CSS :"); src('css/legacy.css') .pipe(rename('StarWars5e_CSS.css')) .pipe(dest('../dist')) - console.log("\t- done"); done(); } diff --git a/StarWars5E/src/html/common/footer.html b/StarWars5E/src/html/common/footer.html new file mode 100644 index 0000000000..59283f549f --- /dev/null +++ b/StarWars5E/src/html/common/footer.html @@ -0,0 +1,12 @@ +
\ No newline at end of file diff --git a/StarWars5E/src/html/main.html b/StarWars5E/src/html/main.html index 4181e58acc..b6317add5b 100644 --- a/StarWars5E/src/html/main.html +++ b/StarWars5E/src/html/main.html @@ -6,7 +6,7 @@ > - + diff --git a/StarWars5E/src/html/npc.html b/StarWars5E/src/html/npc.html index 409698c4d7..c6c9bc92c2 100644 --- a/StarWars5E/src/html/npc.html +++ b/StarWars5E/src/html/npc.html @@ -925,4 +925,6 @@ + + \ No newline at end of file diff --git a/StarWars5E/src/html/pc.html b/StarWars5E/src/html/pc.html deleted file mode 100644 index 8b09d2ba6d..0000000000 --- a/StarWars5E/src/html/pc.html +++ /dev/null @@ -1,3438 +0,0 @@ -
-
- CHARACTER NAME
-
-
-
- CHARACTER NAME
-
-
- CHARACTER NAME
-
+
+
+ CHARACTER NAME
+
+
+ CHARACTER NAME
+
+
+ CHARACTER NAME
+