I get the following on grunt serve:
`Loading "connect_proxy.js" tasks...ERROR
TypeError: The super constructor to inherits must not be null or undefined.`
This is fixed by updating grunt-connect-proxy to 0.2.0 (found from another issue elsewhere) and updating with npm install. Should be fixed in the code.