Skip to content

feature request: add frameworkless/source-files-only option to skeleton-cli migrate skeleton-3 #3453

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

Open
vincenzoml opened this issue Mar 24, 2025 · 3 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@vincenzoml
Copy link

vincenzoml commented Mar 24, 2025

When using frameworks such as electron-vite (see https://electron-vite.org/) the conversion script sometimes cannot work as is, since the app is not a pure sveltekit app. However the conversion script would still be essential to convert js, ts and svelte source files. Can a switch be added to handle just these files and nothing else?

@vincenzoml vincenzoml changed the title Please add a switch to the migration script to only transform typescript, javascript and svelte files, and not affect typescript files Please add a switch to the migration script from v2 to v3 to only transform typescript, javascript and svelte files, and not affect typescript files Mar 24, 2025
@vincenzoml vincenzoml changed the title Please add a switch to the migration script from v2 to v3 to only transform typescript, javascript and svelte files, and not affect typescript files Please add a switch to the migration script from v2 to v3 to only transform typescript, javascript and svelte files, and not affect configuration files files Mar 24, 2025
@Hugos68 Hugos68 changed the title Please add a switch to the migration script from v2 to v3 to only transform typescript, javascript and svelte files, and not affect configuration files files feature request: add frameworkless/source-files-only option to skeleton-cli migrate skeleton-3 Mar 24, 2025
@Hugos68
Copy link
Contributor

Hugos68 commented Mar 24, 2025

@endigo9740 How do you feel about this? Basically an option that ignores app.css and app.html and purely migrates source files.

@endigo9740
Copy link
Contributor

endigo9740 commented Mar 24, 2025

@Hugos68 I don't see any reason not to if it's a trivial add. I'd expect an extra flag or something to trigger this?

@Hugos68
Copy link
Contributor

Hugos68 commented Mar 24, 2025

Yeah likely a flag

@endigo9740 endigo9740 added this to the v3.0 milestone Mar 24, 2025
@endigo9740 endigo9740 added the enhancement New feature or request label Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants