Skip to content

Commit

Permalink
LNAV (turns) should be more precise now.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimlada committed Jul 15, 2021
1 parent a8934b0 commit 4314a86
Show file tree
Hide file tree
Showing 5 changed files with 1,013 additions and 980 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var packageSize = 0;
/** Directories for layout and manifest **/
const directoriesToProcess = ['./**', '!*.*', '!*', '!./DOCS/**', '!./build/**', '!./release/**', '!./node_modules/**'];
/** Directories for release**/
const directoriesToRelease = ['./**', '!*', 'LICENSE', './manifest.json', './layout.json', '!./DOCS/**', '!./build/**', '!./release/**', '!./node_modules/**'];
const directoriesToRelease = ['./**', '!*', 'LICENSE', 'thirdparty_licenses.txt', './manifest.json', './layout.json', '!./DOCS/**', '!./build/**', '!./release/**', '!./node_modules/**'];

/** Internal Transformers */
const _prepareLayoutFile = (data) => {
Expand Down
6 changes: 3 additions & 3 deletions html_ui/B78XH/b78xh.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"package_version": "0.1.9-33",
"fms_man_version": "HD-P000-1-9-STB",
"fms_bak_version": "HD-C000-1-9-BAC"
"package_version": "0.1.10-1",
"fms_man_version": "HD-P000-1-10-1",
"fms_bak_version": "HD-C000-1-10-1"
}
Loading

0 comments on commit 4314a86

Please sign in to comment.