I have been using Single Page Apps JumpStart on PluralSight developing a new app with all these new JavaScript libraries.
I keep running into this reoccurring issue where in each chapter I add the new scripts that I need as part of the bundle. In this instance it is Q and breeze. But for some reason when I debug my application and I go to the network tab of my browser, they are not retrieved. Because of this breeze.EntityQuery is undefined in my datacontext.js, giving me a JavaScript error.
When including a new script file as part of my script bundle, is there anything else that I need to do to make it work? I have checked the scripts folder of my application and I have all the required files in the folder. I have checked for typos and everything appears to be correct.