-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
1. Copy angular-animate, prettify.js and marked.js into the docs/js dir separately from grunt-ngdocs. It's causing them to show up in `<script>` tags in the Examples which isn't what we want | ||
1. Fix saucelabs hanging tests | ||
1. Make sure failing saucelabs tests don't cause the build to fail. Only if the normal test run fails | ||
1. Figure out how to run e2e tests on docs (look at angularjs source) | ||
1. Figure out how to run e2e tests on docs (look at angularjs source / protractor?) | ||
1. `readableColumnNames` need to be overrideable by i18n. | ||
1. SauceLabs Mac test hanging? | ||
1. Add banners to compiled .css files (grunt-banner?) | ||
1. Add grunt util to find most recent stable release (i.e. semver with no suffix) | ||
|
||
1. [DONE] Add --browsers option for testing on saucelabs with specific browser(s) | ||
1. [DONE] Make karmangular run in `watch` mode and in singlerun too. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters