diff options
author | Sam Light <samlight1994@gmail.com> | 2025-01-19 00:49:35 +0000 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-01-19 00:49:35 +0000 |
commit | 56a180f139699b3ee1eec566b6a98105576f804a (patch) | |
tree | c241b1cceac6b6c539adce66641c5b8f76354142 /testbench.yaml | |
parent | 08ce4949f964790a77f580cb19ba40818fa316ad (diff) |
Include bootstrap js for testing
Diffstat (limited to 'testbench.yaml')
-rw-r--r-- | testbench.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testbench.yaml b/testbench.yaml index 1a18cbb..25dffb3 100644 --- a/testbench.yaml +++ b/testbench.yaml @@ -32,3 +32,5 @@ workbench: reverse: true - from: workbench/public/css to: public/css + - from: workbench/public/js + to: public/js |