I'm trying to install Swagger via the Nuget package (Swashbuckle) however I can't get it to work.
It's a vanilla VS 2013 Web Api 2 project. There is a single error on the JS console: Uncaught TypeError: Cannot read property 'tags' of null.
A 404 is received on the request for /swagger/ui/lib/underscore-min.map
I found a link that recommended disabling BrowserLink using vs:EnableBrowserLink in webconfig, but it didn't seem to have any effect.
Any ideas?