You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by nikhilkh <gi...@git.apache.org> on 2016/04/25 18:48:39 UTC

[GitHub] cordova-windows pull request: TypeScript Error

Github user nikhilkh commented on a diff in the pull request:

    https://github.com/apache/cordova-windows/pull/157#discussion_r60946780
  
    --- Diff: template/package.phone.appxmanifest ---
    @@ -40,11 +40,9 @@
                              Description="CordovaApp"
                              ForegroundText="light"
                              BackgroundColor="transparent">
    -        <m3:DefaultTile Wide310x150Logo="images\Wide310x150Logo.png"
    -                        Square71x71Logo="images\Square71x71Logo.png">
    +        <m3:DefaultTile  Square71x71Logo="images\Square71x71Logo.png">
    --- End diff --
    
    Can you explain what this change is related to?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
For additional commands, e-mail: dev-help@cordova.apache.org


Re: [GitHub] cordova-windows pull request: TypeScript Error

Posted by Jesse <pu...@gmail.com>.
This is an issue where Visual Studio suddenly treats all js files like they
are ts files and need to be transpiled.


@purplecabbage
risingj.com

On Mon, Apr 25, 2016 at 9:48 AM, nikhilkh <gi...@git.apache.org> wrote:

> Github user nikhilkh commented on a diff in the pull request:
>
>
> https://github.com/apache/cordova-windows/pull/157#discussion_r60946780
>
>     --- Diff: template/package.phone.appxmanifest ---
>     @@ -40,11 +40,9 @@
>                               Description="CordovaApp"
>                               ForegroundText="light"
>                               BackgroundColor="transparent">
>     -        <m3:DefaultTile Wide310x150Logo="images\Wide310x150Logo.png"
>     -                        Square71x71Logo="images\Square71x71Logo.png">
>     +        <m3:DefaultTile  Square71x71Logo="images\Square71x71Logo.png">
>     --- End diff --
>
>     Can you explain what this change is related to?
>
>
> ---
> If your project is set up for it, you can reply to this email and have your
> reply appear on GitHub as well. If your project does not have this feature
> enabled and wishes so, or if the feature is enabled but not working, please
> contact infrastructure at infrastructure@apache.org or file a JIRA ticket
> with INFRA.
> ---
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org
> For additional commands, e-mail: dev-help@cordova.apache.org
>
>