Jake Hendley
Jake Hendley
The option `--noDuplicateReleaseError` would be nice to pass through: https://github.com/Microsoft/code-push/blob/master/cli/README.md#releasing-updates-general
There are a lot of good ones out there. Jasmine, Karma, Mocha, Nightwatch, Intern. I'm not a huge fan of unit testing the front end, but that probably makes me...
Possibilities: - gh-pages - S3 - Heroku A good place to start would be a simple gh-pages deployment. We could add support for S3 and Heroku later
The source map urls seem to be injected properly, but are not really working.
The jade templates are currently precompiled during the build process. It would be nice to have the templates compile dynamically at runtime. I've done this with grunt before but not...
This generator uses technologies that do not have as large of a following as angular, but it could always be better: https://github.com/yeoman/generator-angular/blob/master/app/index.js
Isotope's initialization needs better logic. currently, the choice is between having to wait until the user clicks a sort button (which means the initial sort does not have isotope animations),...
The initial load of a user's repos appends the incomplete repo information multiple times while waiting for the server to crunch the data. For example, the repo name is populated...
Currently filtering is limited to multiple-contributor repos. time-based filtering constraints would be a cool addition.