Skip to content
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

File names wrongly cut on deploy #538

Closed
karaahmed opened this issue Jun 8, 2015 · 1 comment
Closed

File names wrongly cut on deploy #538

karaahmed opened this issue Jun 8, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@karaahmed
Copy link

1.Create a hello world {N} app with iOS platform
2.Create a module file pair in form ios.ts / ios.xml (or just rename the main-page.js/xml to main-pageios.js/xml , note the missing . before iOS)
e.g.: abadabaios.js/abadabaios.xml
3. Execute: tns prepare ios
4. check the deployed files in prepared solution
Result: the example file are deployed with name:
abadab.js/abadab.xml
This leads to error during execution: "JS ERROR Error: Failed to load Page from entry.moduleName: views/abadabaios" , since the file with name abadabaios.xml doesn't exist

@teobugslayer
Copy link
Contributor

Is this related to #515 and #514 ?

teobugslayer added a commit that referenced this issue Jun 9, 2015
Treat only files with ".platform" right before file extension are treated as platform specific.

See #538
@teobugslayer teobugslayer added this to the 1.2.0 milestone Jun 9, 2015
@teobugslayer teobugslayer self-assigned this Jun 9, 2015
teobugslayer added a commit that referenced this issue Jun 11, 2015
Treat only files with ".platform" right before file extension are treated as platform specific.

See #538
teobugslayer added a commit that referenced this issue Jun 23, 2015
Treat only files with ".platform" right before file extension are treated as platform specific.

See #538
teobugslayer added a commit that referenced this issue Jun 25, 2015
Treat only files with ".platform" right before file extension are treated as platform specific.

See #538
@dtopuzov dtopuzov removed the 3 - Done label Jul 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants