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

Option to include candies JS files in bundle #59

Open
rendaw opened this issue Feb 7, 2021 · 1 comment
Open

Option to include candies JS files in bundle #59

rendaw opened this issue Feb 7, 2021 · 1 comment

Comments

@rendaw
Copy link

rendaw commented Feb 7, 2021

The bundle produced with <bundle>true</bundle> won't work in the browser because none of the candy dependencies are included.

I'm not sure I didn't miss something here, but I found an example in the separate j4ts project that includes manually concatenating files together post-bundling which I took as confirmation that automatic bundling functionality is not present.

@lgrignon lgrignon changed the title Bundle should include candies Bundle could include candies Mar 20, 2021
@lgrignon
Copy link
Owner

lgrignon commented Mar 20, 2021

Hello @rendaw , thanks for this question.

This is actually the expected behavior. Candies JS files are extracted (see candiesJsOut), but not included in bundle.
That would be a very interesting option though.

Let's keep it open with a clear title for this request / issue.

@lgrignon lgrignon changed the title Bundle could include candies Option to include candies JS files in bundle Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants