I am trying to add jquery-validation to a project in visual studio 2015. When I add \"jquery-validation\" to bower.json I see that the jquery-validation folder is added to wwwro
I had a similar issue and was able to fix it by installing grunt globally then running npm install in the jquery-validation folder:
npm install -g gruntjquery-validation folder and run npm installAfterwards, the jquery-validation\dist folder should show up with the jquery.validate.js file.