JS files are not included

When I import JS file it is not adding to HTML source code and after exporting site I can not see my JS file in Assets folder.

The code doesn't get entered into the HTML until export. Not sure why it wouldn't be there on export in the files though, can you share you project file so someone can take a look?

I apologize for my oversight. It is added to exported files in assets but with changed file name to "script.min.js" because of my minify JS option turned ON :) Thank you!

Ok so if I'm understanding you correctly, you've got it all under control and it's working as it should now? :)

That's right :)