Closed mcquenji closed 10 months ago
The manifest files must be updated like below for this to work:
"js": [ "scripts/utils.js", "scripts/api.js", "scripts/ui.js", "scripts/main.js" ]
And yes, the order is important.
Fixes #12
the order is relevant because the files are loaded in the same order. so if ui.js uses functions from utils.js, the utils file must be loaded first
ui.js
utils.js
The manifest files must be updated like below for this to work:
And yes, the order is important.
Fixes #12