zurb / foundation-apps

The first front-end framework created for developing fully responsive web apps.
http://foundation.zurb.com/apps
MIT License
1.58k stars 216 forks source link

`foundation watch` behavior inconsistent, sometimes produces empty or unstyled HTML #772

Open HughxDev opened 8 years ago

HughxDev commented 8 years ago

Environment:

The following details are likely irrelevant, but for the sake of completeness, here's the way I'm developing:

Sometimes this works fine, and the page live reloads with the compiled changes. Other times, the page reloads, but only the header shows up, I presume because the ui-view content is failing to load. And still other times, the entire page shows up, but completely unstyled (except for the browser defaults). In cases like the latter two, it takes me Ctrl-C'ing out of foundation watch, running it again, and manually reloading the dev site, to see my changes appear, which obviously defeats the whole point of both watch and LiveReload.