Skip to content

Commit

Permalink
trim resources on build (#7605)
Browse files Browse the repository at this point in the history
* trim resources on build

* tweak toggle margin and cleanup comments.

---------

Co-authored-by: PhotoNomad0 <bruce.mclean@unfoldingword.org>
  • Loading branch information
PhotoNomad0 and PhotoNomad0 authored Dec 12, 2024
1 parent 944dc38 commit 4bde355
Show file tree
Hide file tree
Showing 33 changed files with 4 additions and 8,587 deletions.
2 changes: 1 addition & 1 deletion scripts/resources/updateResources.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This script updates the resources in a given directory for the given languages
* Syntax: node scripts/resources/updateResources.js <path to resources> <language> [language...]
*
* to debug: node --inspect-brk scripts/resources/updateResources.js tcResources en hi el-x-koine hbo --allAlignedBibles --uWoriginalLanguage
* to debug: node --inspect-brk scripts/resources/updateResources.js tcResources en hi el-x-koine hbo --allAlignedBibles --uWoriginalLanguage --unfoldingWordOrg --preProd
*/
require('babel-polyfill'); // required for async/await
const path = require('path-extra');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const styles = {
fontWeight: 'normal',
},
boldCheckboxLabelStyle: { width: '100%' },
toggle: { marginTop: '6px' },
toggle: { marginTop: '6px', marginLeft: '15px' },
toggleTrackStyle: { backgroundColor: 'lightgrey' },
toggleThumbStyle: { backgroundColor: 'white' },
toggleLabelStyle: {
Expand Down
Binary file not shown.
Binary file modified tcResources/el-x-koine/bibles/ugnt/v0.34_unfoldingWord/books.zip
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 4bde355

Please sign in to comment.