PriorityPreprocessor
Link to prioritypreprocessor
The Priority Preprocessor allows you to give your scripts a loading priority.
Appel
Link to appel
You call the Priority Preprocessor by adding #priority number
to your script with number
being the priority number you want to set.
Ce qu'il fait
Link to ce-quil-fait
The higher a script's priority the earlier it is getting executed.
Scripts with the same priority will be sorted alphabetically using their pathname.