MarkHunte
(Mark Hunte)
9
There are other Tumult exports scripts for organising assets.
Editing the script is not hard. And I think in your case it would be just changing the folder names in the script that do not suit. for example
Changing the line:
url_info['url'] = "js/" + args.replace_url
to
url_info['url'] = "scripts/" + args.replace_url
1 Like