diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make-assets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-assets.sh b/scripts/make-assets.sh index 9e7ff7c4..be75cfb3 100755 --- a/scripts/make-assets.sh +++ b/scripts/make-assets.sh @@ -17,4 +17,4 @@ echo "/* DO NOT EDIT: auto-generated file */" > assets/js/app.js for file in $js do cat "assets/js/${file}.js" >> assets/js/app.js -done
\ No newline at end of file +done |