jf3096 / json-typescript-mapper

a solution for adapter layer which make use of typescript reflection mapping from pure server-returned json to target typescript model
MIT License
144 stars 55 forks source link

Remove/Rename Test Results — spec_index.ts.png #13

Closed deneshr closed 7 years ago

deneshr commented 7 years ago

@jf3096 The image file under git-img, named Test Results — spec_index.ts.png is interfering with a NativeScript android project build. The android build process seems to crash due to the file name. The error goes as... json-typescript-mapper\git-img\Test Results ù spec_index.ts.png: error: Invalid filename. Unable to add. I had to rename the file and remove the long dash character to get the build process to go smooth. Would it be possible for you to rename this particular file to play nice with the android build process? Thanks.

jf3096 commented 7 years ago

The image was generated by webstorm. I have renamed it manually.

jf3096 commented 7 years ago

The image is generated by webstorm. I have renamed it manually.

deneshr commented 7 years ago

This works. Thanks.