bassjobsen / generator-foundation6

Yeoman generator to scaffold out a front-end Foundation 6 Web app
26 stars 7 forks source link

browser-sync-client.2.10.0.js not found #2

Closed aravasio closed 8 years ago

aravasio commented 8 years ago

When I try to use this generator, the index.html ends up reporting the following:

http://localhost:9000/browser-sync/browser-sync-client.2.10.0.js Failed to load resource: the server responded with a status of 404 (Not Found)

I can certainly remove the

<script type='text/javascript' id="__bs_script__">//<![CDATA[
    document.write("<script async src='/browser-sync/browser-sync-client.2.10.0.js'><\/script>".replace("HOST", location.hostname));
//]]></script>

fragment from app/index.html, but I don't think this should be the case. Is it proper to report it as an issue?

Thanks

bassjobsen commented 8 years ago

@aravasio thanks for posting your issue. You're right about that i removed the browser-sync snippet.