Skip to content

Webapis issue #1

@WGPavell

Description

@WGPavell

When I build project for tizen, in index.html appears next string:
<script src="$WEBAPIS/webapis/webapis.js"></script>
With this code app doesn't lanching. When I removing this, the app is runs perfectly.

I used example from last release of ZombieBox (2.7.5) with next config:

module.exports = function(config) {
        return {
                project: {
                        name: 'tvapp',
                        src: path.resolve(__dirname, 'src'),
                        entry: path.resolve(__dirname, 'src/application.js')
                },

                devServer: {
                        backdoor: path.resolve(__dirname, 'src/dev.js')
                },
                platforms: {
                        tizen: {
                                widget: 'TIZEN_CONFIG',
                                tizenToolsDir: 'TIZEN_TOOLS_DIR',
                                securityProfile: 'Profile',
                                sdbDir: 'TIZEN_DIR'
                        }
                }
        };
};

Is this a package problem or I do something wrong?

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