We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1727dc commit b6385d2Copy full SHA for b6385d2
src/py/reactpy/scripts/copy_js_output.py
@@ -3,11 +3,6 @@
3
4
output_dir = Path(__file__).parent.parent / "reactpy" / "_static"
5
source_dir = Path(__file__).parent.parent.parent.parent / "js" / "app" / "dist"
6
-
7
-# Remove the output directory if it exists
8
rmtree(output_dir, ignore_errors=True)
9
10
-# Copy the source directory to the output directory
11
copytree(source_dir, output_dir)
12
13
print("JavaScript output copied to reactpy/_static")
0 commit comments