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

project export limited to .ck plus one file #36

Open
cchafe opened this issue Aug 28, 2024 · 3 comments · May be fixed by #38
Open

project export limited to .ck plus one file #36

cchafe opened this issue Aug 28, 2024 · 3 comments · May be fixed by #38
Labels
bug Something isn't working resolved fixed, useful info

Comments

@cchafe
Copy link

cchafe commented Aug 28, 2024

Looks like export of a project with a .ck that references two files (for example, two time series data files), only exports one of those to the exported project.

@terryzfeng
Copy link
Member

Just to confirm, this is only happening to you for "Export to WebChucK" right? I was able to reproduce it for that case but not normal ChucK export. It seems like something fishy is going on with the filesystem...will investigate.

@terryzfeng terryzfeng added the bug Something isn't working label Aug 29, 2024
@terryzfeng
Copy link
Member

I looked at this further and it is just that all files except for the active file in the editor are exported as auxiliary files. So you just need to make sure that you are looking at the .ck file for the other two files to be exported. I can try to improve this in the export page.

@terryzfeng terryzfeng linked a pull request Sep 11, 2024 that will close this issue
@terryzfeng
Copy link
Member

I added a manual selection for the WebChucK main ChucK file to mitigate this confusion! The main .ck file gets embedded into the index.html. All other files (.csv etc.) are attached as other auxiliary files.

image
dir
\
 - index.html
 - phase1.csv
 - phase2.csv

@terryzfeng terryzfeng added the resolved fixed, useful info label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resolved fixed, useful info
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants