1 of 6 standards met
The celebrated "Let's scaffold a web app with Yeoman" demo is slowly revealing itself as the anteroom to a world of pain. After hacking across repeated bower hangups while loading jquery and other 5MB (!!!) of apparently indispensable stuff, I fire the server and retrieve the following, mangled page. !yeoman-angular-demo-wrong-css I've been able so far to retrieve the following CSS file from a public working example of the same demo and inject it using good old Chrome Developer Tools between two `styles/site.cssgrunt-cdnifypackage.jsongrunt buildindex.htmlindex.htmlstyles/site.css` present in the scaffolding built by Yeoman?** !yeoman-angular-demo-right-css
When using generator-angular@0.9.2 it produces an error described in this stackoverflow post: http://stackoverflow.com/questions/25784986/yeoman-grunt-no-such-file-or-directory-bower-json. In which finally the issue is fixed by commenting out a line of code as shown below: As I understood, this happens because the generator used (0.9.2) generates this issue. As a suggestion I would say to update the tutorial on the page and use a newer version of generator-angular (0.11.1)
Repository: addyosmani/yeoman-examples. Description: A repo of up to date examples using Yeoman Stars: 201, Forks: 225. Primary language: JavaScript. Open PRs: 0, open issues: 2. Last activity: 10y ago. Community health: 28%. Top contributors: addyosmani, passy, stephenplusplus, azharb, levymoreira.