Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Clean up device app folder on bundle #13

Closed
hdeshev opened this issue Jul 25, 2016 · 1 comment
Closed

Clean up device app folder on bundle #13

hdeshev opened this issue Jul 25, 2016 · 1 comment

Comments

@hdeshev
Copy link
Contributor

hdeshev commented Jul 25, 2016

The current --bundle behavior will prevent tns_modules from being created on the device assuming all imported code will get bundled anyway. There is more code that doesn't need to get copied to the device though:

  • application modules stored outside tns_modules
  • UI templates (xml/html, etc)
  • other files: I should be able to configure my own CSS/image/etc loader that will bundle files of type X in my app, and have a way to avoid copying unbundled files to the device.
@hdeshev
Copy link
Contributor Author

hdeshev commented Dec 5, 2016

Resolved in [email protected] & [email protected]

@hdeshev hdeshev closed this as completed Dec 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant