Adapt standalone build to new brouter docs path
This commit is contained in:
parent
198f65e5bc
commit
22d7dfd610
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ gulp.task('release:zip_standalone', function () {
|
|||
var root = gulp.src(['resources/standalone/run.sh', 'resources/standalone/segments4']);
|
||||
|
||||
var serverRoot = gulp
|
||||
.src(['misc/readmes/profile_developers_guide.txt', 'brouter-server/build/libs/brouter-*-all.jar'], {
|
||||
.src(['docs/developers/profile_developers_guide.md', 'brouter-server/build/libs/brouter-*-all.jar'], {
|
||||
cwd: path.join(process.cwd(), '../brouter'),
|
||||
})
|
||||
.pipe(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue