wb-rules
wb-rules copied to clipboard
Inability to order script files
There's no order of script file loading. Even if one names them 01-script1.js, 02-script2.js there's no guarantee that they get loaded and executed in alphabetical order. This prevents tidy coding - one can't split a project into logical sections.