Skip to content

Instantly share code, notes, and snippets.

@mariechatfield
Created January 4, 2018 00:43
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 mariechatfield/40373a2db170a1b2bc9627c53caf5326 to your computer and use it in GitHub Desktop.
Save mariechatfield/40373a2db170a1b2bc9627c53caf5326 to your computer and use it in GitHub Desktop.
directory hyphens count for component names
Component just needs a hyphen somewhere, but that counts if directory has a hyphen. (This is Ember 1.13)
{{some-directory/component}}
{
"version": "0.13.0",
"EmberENV": {
"FEATURES": {}
},
"options": {
"use_pods": false,
"enable-testing": false
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "1.13.13",
"ember-template-compiler": "1.13.13",
"ember-testing": "1.13.13"
},
"addons": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment