yeoman / generator-mobile

Scaffold out a mobile project based on Web Starter Kit
http://yeoman.io
918 stars 99 forks source link

Add placeholder Apple touch icon & <link> #59

Closed arthurvr closed 9 years ago

arthurvr commented 9 years ago

PR for https://github.com/yeoman/generator-mobile/issues/56

kevva commented 9 years ago

You need to add it here too https://github.com/yeoman/generator-mobile/blob/master/app/index.js#L343-L348. Otherways it doesn't get copied over.

arthurvr commented 9 years ago

Updated.

kevva commented 9 years ago

Sweet, thank you!