Skip to content

Commit

Permalink
feature: default build config now symlinks asset directory
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Sep 17, 2023
1 parent f1f40b3 commit 5914557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@

"asset/**/*": {
"require": {
"vendor/bin/sync": "*"
"vendor/bin/sync": ">=1.3.0"
},
"execute": {
"command": "vendor/bin/sync",
"arguments": ["asset/", "www/asset", "--delete"]
"arguments": ["./asset", "./www/asset", "--symlink"]
}
}
}

0 comments on commit 5914557

Please sign in to comment.