cs-education / sysbuild

A system programming learning environment in the browser
https://cs-education.github.io/sys/
Other
36 stars 35 forks source link

Disable live reloading in grunt serve (when serving development files) #116

Closed neelabhg closed 8 years ago

neelabhg commented 8 years ago

The live reloading plugin corrupts some binary files (specifically, vmlinux.bin.bz2) when serving to Firefox (see #115). Disabling live reloading fixes the issue, but loses the benefit of live reloading (which I personally don't care about much).

This PR effectively closes #115.