I'm new to Grunt and the distribution process. I have a Yeoman generated app using the backbone generator, require.js and jQuery Mobile. It works fine with 'grunt serve' but when I run through the build and serve:dist, clicking on the jQuery Mobile / Backbone href links does not respond. I'm using backbone routing.
If I manually type the href URL, it works. If I do an Inspect Element on the href and click on the URL in the debug window, it also works.
Something must not be getting included in the dist but I'm at at loss as to what is missing and why. I don't have any errors in the console.
Here's my Gruntfile: http://codeshare.io/pHbSc