Is there something in Oracle Jet that allows you to include a JavaScript file inside another JavaScript file?
I have my first.js
with a lot of functions that I'd like to use in other js pages without copy and paste.
I found this question in pure javascript and in particular the John Strickler's answer con match because Oracle Jet use Require Js.
But I have problem with loading my page after I have included first page in define.
I'd like to have my functions in appController/main js and can use in all other modules but I don't know if it is possible.
Thank you.