We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
This is fixed in my pull request.
Sorry, something went wrong.
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: