I just want to include a javascript file (which also contains jquery) to the compile list of mix.
For my understanding there are at least two ways for that.
Is this correct?
I would like to have one mixed file. Chaining doesn't really work since its making a new file.
How do you do it - what are common ways to include / mix custom javascript Code?
I would not put the file into the public/ directory to access it there manually. If there is a way to compile and "uglify" the code, it would be perfect.