Skip to content

Build puts JS in sproutcore-ui.js in wrong order #7

Open
@jfahrenkrug

Description

@jfahrenkrug

Hi Majd,

so building scui with rake works, but it puts the code in the generated js file in the wrong order. This is the order:

    component_views.js
    controllers/navigation_controller.js
    controllers/view_controller.js
    core.js
    main.js
    mixins/layout_support.js
    structural_views.js
    system/helper.js
    system/layout_manager.js
    system/namespace.js
    system/view.js
    views/button.js
    views/navigation_view.js

So UI.NavigationController can't be created because the UI namespace is created afterwards.

It's actually a bug in abbot-from-scatch: it doesn't order the files correctly based on the dependencies.

  • Johannes

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