-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webapp Manifest icons are generated with invalid paths #1179
Labels
P1
Impacts a large percentage of users; if a workaround exists it is partial or overly painful
type: bug/fix
Comments
Splaktar
added a commit
to DevIntent/angular-cli
that referenced
this issue
Jun 23, 2016
fix 'Add to Homescreen' on mobile not finding icons Fixes angular#1179
Splaktar
added a commit
to DevIntent/angular-cli
that referenced
this issue
Jun 23, 2016
fix 'Add to Homescreen' on mobile not finding icons Fixes angular#1179
Splaktar
added a commit
to DevIntent/angular-cli
that referenced
this issue
Jul 31, 2016
fix 'Add to Homescreen' on mobile not finding icons Fixes angular#1179
Splaktar
added a commit
to DevIntent/angular-cli
that referenced
this issue
Jul 31, 2016
add `icons/` path in front of icon `src` values Fixes angular#1179
Splaktar
added a commit
to DevIntent/angular-cli
that referenced
this issue
Jul 31, 2016
fix 'Add to Homescreen' on mobile not finding icons Fixes angular#1179
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P1
Impacts a large percentage of users; if a workaround exists it is partial or overly painful
type: bug/fix
angular-cli: 1.0.0-beta.6
node: 4.4.3
os: darwin x64
ng new myApp --mobile
N/A.
The icon section of the manifest currently generated by the angular-cli looks like this:
This doesn't work since the icons are bundled into
dist/icons
and not just indist/
. To fix this, it needs to define the iconsrc
like this:The text was updated successfully, but these errors were encountered: