Skip to content

Commit 5914557

Browse files
author
Greg Bowler
committed
feature: default build config now symlinks asset directory
1 parent f1f40b3 commit 5914557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.default.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353

5454
"asset/**/*": {
5555
"require": {
56-
"vendor/bin/sync": "*"
56+
"vendor/bin/sync": ">=1.3.0"
5757
},
5858
"execute": {
5959
"command": "vendor/bin/sync",
60-
"arguments": ["asset/", "www/asset", "--delete"]
60+
"arguments": ["./asset", "./www/asset", "--symlink"]
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)