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

transpilation process drops any non code files #60

Closed
nvdk opened this issue Oct 12, 2023 · 0 comments · Fixed by #61
Closed

transpilation process drops any non code files #60

nvdk opened this issue Oct 12, 2023 · 0 comments · Fixed by #61

Comments

@nvdk
Copy link
Member

nvdk commented Oct 12, 2023

It seems our transpilation process drops any non code files. This is unexpected behavior from a developer perspective and breaks applications.

Use cases:

  • In notulen-prepublish-service we generate html files based on hbs templates. the hbs files can now not be found in the expected location
  • generic: presets could be loaded from a json file instead of js file
  • generic: a default config might be present in a ttl file

I've encountered this before and it seems somewhere between 1.4.0 and 1.7.0 this has regressed. I believe this was solved in #27 and those changes got dropped somewhere. I'm curious as to what the reason could be.

#33 is related but seems broader than this. I believe good default behavior would be to copy all files expect ignored files. In any case it doesn't document a solution, rather says there should be one.

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 a pull request may close this issue.

1 participant