Skip to content

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

Open
@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions