Skip to content

Instantly share code, notes, and snippets.

@nelstrom
Created September 14, 2017 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nelstrom/1d5effc0b3c24b26921b258f1702c0c2 to your computer and use it in GitHub Desktop.
Save nelstrom/1d5effc0b3c24b26921b258f1702c0c2 to your computer and use it in GitHub Desktop.
{
"app/routes/*.js": {
"type": "route",
"alternate": "app/templates/{}.hbs"
},
"app/templates/*.hbs": {
"type": "controllerTemplate",
"alternate": "app/controllers/{}.js"
},
"app/controllers/*.js": {
"type": "controller",
"alternate": "app/routes/{}.js"
},
"app/components/*.js": {
"type": "component",
"alternate": "app/templates/components/{}.hbs"
},
"app/templates/components/*.hbs": {
"type": "componentTemplate",
"alternate": "app/components/{}.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment