Skip to content

Conversation

@swapnilbehere
Copy link

@swapnilbehere swapnilbehere commented Nov 3, 2025

📝 Summary

Fixes #6012

🔍 Description of Changes

The issue prompted an index.html overwrite whenever an index file is not provided. This lead to a bug where export_assests() exported everything including index.html, which was then overwritten by watch_and_export() to store the actual content.

My fix:
The flag "ignore_index_html" should always be true when exporting as html-wasm.

📋 Checklist

  • I have read the contributor guidelines.
  • For large changes, or changes that affect the public API: this change was discussed or approved through an issue, on Discord, or the community discussions (Please provide a link if applicable).
  • I have added tests for the changes made.
  • I have run the code and verified that it works as expected.

@vercel
Copy link

vercel bot commented Nov 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
marimo-docs Ready Ready Preview Comment Nov 3, 2025 11:40pm

@github-actions
Copy link

github-actions bot commented Nov 3, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@swapnilbehere
Copy link
Author

I have read the CLA Document and I hereby sign the CLA

@dmadisetti
Copy link
Collaborator

dmadisetti commented Nov 3, 2025

Hmm, I don't think this is totally correct- but running the tests to see what fails. Thank you though!

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.

marimo export to empty folder prompts for existing file

2 participants