Marcin Wosinek
Marcin Wosinek
I guess this is the solution: http://jasmine.github.io/2.2/node.html
Yes they are. I've hit the issue as color is of for passwords of strength < 33: http://subarroca.github.io/ng-password-strength/ I try to address it in #40
@vlucas what approach are you taking on docs?
It's using a separate repo, right? I find the documentation generate from code way easier to keep in synch with code - like in jsdoc. I guess that for approaching...
Is there already any standard for that?
How much test coverage should be have here?
In the lines you've mentioned I've added watching for changes in documentation.
Ok, I got it now. In neither cases we don't need to watch docs files. [this](https://github.com/marcin-wosinek/generator-angular/compare/ngdocs-grunt#diff-c90fa6beac4c4a4ca179fcb210e6e096R42) will live reload docs for coffee; and [this](https://github.com/marcin-wosinek/generator-angular/compare/ngdocs-grunt#diff-c90fa6beac4c4a4ca179fcb210e6e096R49) in case of js. I've tests...
generator-angular depends on yeoman-generator at ^0.16.0; while storage api was introduced in [0.17](https://github.com/yeoman/generator/releases/tag/v0.17.1)