Using Visual Studio 2013 RTM and Web Essentials I get the following JavaScript error in Chrome on page load.
Uncaught Error: Syntax error, unrecognized expression: div.main/PhoneIcon.png
My best guess is that it is referring to the following line of html which is near the top of my page.
<div class="main/PhoneIcon.png sprite"></div>
I'm also not able to edit/modify HTML/CSS using Browser Link.
What do I need to do to fix Browser Link?