Skip to content

Prepare command with bundle option doesn't copy files #2253

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

Closed
jasssonpet opened this issue Nov 23, 2016 · 1 comment
Closed

Prepare command with bundle option doesn't copy files #2253

jasssonpet opened this issue Nov 23, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@jasssonpet
Copy link
Contributor

Steps to reproduce:

tns create TestApp && cd TestApp
tns install webpack
tns run android --bundle

Expected platforms/android/src/main/assets/app/main-view.xml to be present but the file is missing.

Using NativeScript 2.4 on macOS with Node 6.

@jasssonpet jasssonpet added the bug label Nov 23, 2016
@tsonevn tsonevn added this to the 2.5.0 milestone Dec 5, 2016
@Plamen5kov Plamen5kov self-assigned this Dec 8, 2016
@Plamen5kov
Copy link
Contributor

There is a new workflow when it comes to bundle. Anyone interested can read about it in the docs, but essentially the new way of doing things is:

tns create TestApp && cd TestApp
npm install --save-dev nativescript-dev-webpack
npm run start-android-bundle

@hdeshev hdeshev removed the bug label Dec 9, 2016
@hdeshev hdeshev closed this as completed Dec 9, 2016
@pkoleva pkoleva added the bug label Jan 26, 2017
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