Skip to content

Commit 697e8ac

Browse files
Fix livesync help
Fix livesync help and html generation which was failing due to missing <% if(isHtml) { <%> sections. Update common lib.
1 parent 61704cc commit 697e8ac

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

docs/man_pages/project/testing/livesync-android.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Synchronizes the latest changes in your project to Android devices.
1414
### Attributes
1515
* `<Device ID>` is the device index or identifier as listed by `$ tns device`
1616

17+
<% if(isHtml) { %>
1718
### Related Commands
1819

1920
Command | Description

docs/man_pages/project/testing/livesync-ios.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Synchronizes the latest changes in your project to iOS devices.
1414
### Attributes
1515
* `<Device ID>` is the device index or identifier as listed by `$ tns device`
1616

17+
<% if(isHtml) { %>
1718
### Related Commands
1819

1920
Command | Description

docs/man_pages/project/testing/livesync.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Synchronizes the latest changes in your project to devices. If no target platfor
1212
* `android` - Synchronizes the latest changes in your project to connected Android devices.
1313
* `ios` - Synchronizes the latest changes in your project to connected iOS devices.
1414

15+
<% if(isHtml) { %>
1516
### Related Commands
1617

1718
Command | Description

lib/common

0 commit comments

Comments
 (0)