I'm working on developing a phone app. I started it in Windows App Studio then generated package to add JavaScript code via VS2015.Project heavily relies on Moment.js & jQuery. The main code originally created as a single HTML file (JS, json, & CSS included) does work on its own in every Browser tested (IE11, ME, G, FF, Opera). Used the PM tool in VS to install Moment package & jQuery. I see them both in the "References" & as dependencies in project.json file, but not sure how to access. Because it did not seem to connect, I also added the moment.min & jQuery files directly to the Asset Data folder where my HTML file is located. Had seasoned programmer friend check out the VS2015 project. He is not a heavy user of VS2015, but he had No idea why not working.How do I integrate the moment framework to work in VS?
Thank you.
Newbie enough to get myself into trouble. :0) Eyes are crossed and growth is pain ... but working on it.