I have a project that compiles on the server. I need to add some custom Javascript to the HTML that's generated when I run the mxml file (eg. http://localhost:8700/flex/MyApp.mxml). When I add the code to /html-template/index.template.html file and run the application, I don't see the JS when I view source.
I've searched around and haven't heard of this problem before. Any ideas how to get this to work? Thanks, Oliver

