Chris Williams

Results 3 comments of Chris Williams

Try using `window.onload` when calling the script. I suspect you're getting the error because `document.body` is still `null` when the script is called. This is what worked for me. ```javascript...

Not sure if this is the right place to follow up, but will the site reflect that Yeoman uses Gulp over Grunt? I noticed that the getting started generator is...

I understand that. However in the Getting Started section, the generator-webapp example no longer supports Grunt at all. While it isn't misleading, technically, it does seem confusing.