Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

include all files in build #61

Merged
merged 3 commits into from
Jan 30, 2024

Conversation

nvdk
Copy link
Member

@nvdk nvdk commented Oct 12, 2023

When compiling copy over the non compilable files. typically these are supporting files like json files, hbs, templates, ... that are expected by the app.

Fixes #60

nvdk and others added 3 commits October 12, 2023 12:04
When compiling copy over the non compilable files. typically these are
supporting files like json files, hbs, templates, ... that are expected by the app.
The previous solution copied everything through node babel but the
documentation of that is a bit limited.  Adding an explicit copy using
rsync.

co-author: @erikap
@madnificent
Copy link
Member

Merged updated master into this branch and updated implementation to explicitly copy files.

Does this solution look good to you or is there a better approach? The last commit changes the implementation to explicitly copy files and could be reverted if need be.

@nvdk
Copy link
Member Author

nvdk commented Nov 24, 2023

@madnificent just a short update: yes I believe this should work just as well, but haven't gotten around to testing it yet

@erikap erikap merged commit 8d5c99f into mu-semtech:master Jan 30, 2024
@nvdk nvdk deleted the feature/include-all-files-in-build branch January 30, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

transpilation process drops any non code files
3 participants