This website works better with JavaScript.
Home
About
Help
Register
Sign In
comfusion
/
hall-of-mirrors
Watch
1
Star
0
Fork
0
Code
Issues
24
Pull Requests
0
Projects
0
Releases
5
Wiki
Activity
Browse Source
docs(bin): add note on recursion to copy script
master
Josh Habdas
2 years ago
parent
398a3d9a17
commit
9d5826c316
Signed by:
jhabdas
GPG Key ID:
B148B31154C75A74
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
bin/copy
+ 1
- 0
bin/copy
View File
@ -13,6 +13,7 @@ fi
mkdir -p "$TARGET_DIR"
# Define required assets
# See https://stackoverflow.com/a/51683629/712334 for recursive globbing
files=(
"$ASSETS_DIR"/*.min.js
"$ASSETS_DIR"/*.css
Write
Preview
Loading…
Cancel
Save