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

Add Custom LoadOrder #60

Open
Valen-H opened this issue Jun 18, 2024 · 0 comments
Open

Add Custom LoadOrder #60

Valen-H opened this issue Jun 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Valen-H
Copy link

Valen-H commented Jun 18, 2024

Is your feature request related to a problem? Please describe.
Loading of JS (and similar) files is non-deterministic currently, but we really need to know/control the order they'll get loaded because some files depend on other files. Currently you need to do dirty hacks to achieve this...

Describe the solution you'd like.
Perhaps sort the files alphabetically so we could prefix them with a number like 1_file.js, 2_script.js, etc...

Describe alternatives you've considered.
I considered using importScripts of SugarCube or altering the sources directory of tweego in the commandline but those both feel like fragile solutions...

@Valen-H Valen-H added the enhancement New feature or request label Jun 18, 2024
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

1 participant