You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
I've been following your skeleton for about a year now and appreciate the improvements you've made as I've continued to incorporate them into my projects. I'm particularly interested in the resolver that you added. I had to tweak it to not underscore items since my convention is to use camelcase, but I can't seem to get things to work. My page loads up with a blank white screen and two errors in the resolver trying to get "basic" and a view for my route that does not explicitly define a view (it doesn't need one). Could you give an example route in your skeleton to explain how things should be resolved? I had to figure out that my routes, models, controllers, and views should use module.exports = instead of App.ApplicationRoute =, for example. Any assistance would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been following your skeleton for about a year now and appreciate the improvements you've made as I've continued to incorporate them into my projects. I'm particularly interested in the resolver that you added. I had to tweak it to not underscore items since my convention is to use camelcase, but I can't seem to get things to work. My page loads up with a blank white screen and two errors in the resolver trying to get "basic" and a view for my route that does not explicitly define a view (it doesn't need one). Could you give an example route in your skeleton to explain how things should be resolved? I had to figure out that my routes, models, controllers, and views should use
module.exports =
instead ofApp.ApplicationRoute =
, for example. Any assistance would be appreciated.Thanks!
The text was updated successfully, but these errors were encountered: