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

Plugin does not read appPath nor appResourcesPath from the nsconfig.json file #28

Open
ghost opened this issue Aug 29, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 29, 2019

As we can see in the plugin index.js file (lines 156-157 and 960-964):

// The 'appPath' and 'appResourcesPath' values are fetched from
// the nsconfig.json configuration file
// when bundling with `tns run android|ios --bundle`.
appPath = isNativeOnly === true ? 'app' : 'src',
appResourcesPath = join(appPath, 'App_Resources'),
// The 'appPath' and 'appResourcesPath' values are fetched from
// the nsconfig.json configuration file
// when bundling with `tns run android|ios --bundle`.
appPath = 'src',
appResourcesPath = join(appPath, 'App_Resources'),

appPath and appResourcesPath are not read from the nsconfig.json file.

So it is impossible to customize these variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

0 participants