diff options
Diffstat (limited to 'build-js.sh')
| -rwxr-xr-x | build-js.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-js.sh b/build-js.sh index e314b59..42d0dd7 100755 --- a/build-js.sh +++ b/build-js.sh @@ -1,3 +1,3 @@ #!/bin/sh -cat static/js/src/*/*.js static/js/src/*.js > static/js/pichat2.js +cat static/js/src/*/*.js static/js/src/*.js > static/js/pichat.js |
