diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-03 21:54:13 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-03 21:54:13 +0100 |
| commit | 9d14986d150515cf1b63b57d7bd4277388049201 (patch) | |
| tree | 5ffb9742c1b8a705bf49124f446510f6416c355d /client/static-build.sh | |
| parent | 463f04f38459250609291e8cf6554cc1dc066029 (diff) | |
increase size of cclose x
Diffstat (limited to 'client/static-build.sh')
| -rw-r--r-- | client/static-build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/static-build.sh b/client/static-build.sh new file mode 100644 index 0000000..27c4164 --- /dev/null +++ b/client/static-build.sh @@ -0,0 +1,4 @@ +npm run web:build +rm -rf ../static/javascript/ +cp -r ../client/web/build/javascript/ ../static/javascript/ +cp ../client/web/build/index.html ../static/index.html |
