I am trying out the new Chrome dev tool workspace.
Setup: I got my wampserver running. I have chucked in my project files in the wamp folder. I am using sublime text as my editor.
Problem: All the edits that I am doing on dev tool are reflected in sublime and vice versa. However I couldn't get the live reload working?
Hence every time I make a new change, the browser isn't picking up the new edit, I will have to refresh my browser.
Update
I just found out that if I get rid of the prefixfree script tag, it fixes everything. Not sure why the script tag is screwing up the workspace?
It seems like prefixfree is the culprit.