diff options
| author | msi | 2025-11-15 11:54:05 -0300 |
|---|---|---|
| committer | msi | 2025-11-15 11:54:05 -0300 |
| commit | c722f8281d0f19080f19928a69de950c1472cf94 (patch) | |
| tree | b0ec41168c1b7f6d51f9d283e47f574c4eb70f0d /web/template/post-script.rhai | |
| parent | d2e15101190f6ade30fd37b466d94cef85a2189f (diff) | |
| download | templates-c722f8281d0f19080f19928a69de950c1472cf94.tar.gz | |
Add post script and remove default styles
Diffstat (limited to 'web/template/post-script.rhai')
| -rw-r--r-- | web/template/post-script.rhai | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/template/post-script.rhai b/web/template/post-script.rhai new file mode 100644 index 0000000..88fdfcd --- /dev/null +++ b/web/template/post-script.rhai @@ -0,0 +1,2 @@ +system::command("git", ["init"]); +system::command("git", ["submodule", "add", "https://github.com/ijanc/custom-bootstrap", "vendor/custom-bootstrap"]); |