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
Would be nice to have a standard set of blueprints to use. Could each be prefixed with es- so as not to override default ones. Or the developer could have the option to override default blueprints or not...
"Allow addons to provide a blueprintPaths function that will return addition paths for blueprints to be looked up. This will allow an addon to override internal blueprints or add their own."
$ ember blueprint es-controller posts
// override mode
$ ember blueprint controller posts
The text was updated successfully, but these errors were encountered:
Would be nice to have a standard set of blueprints to use. Could each be prefixed with
es-
so as not to override default ones. Or the developer could have the option to override default blueprints or not...http://www.ember-cli.com/#generators-and-blueprints
Looks like this is the way to go: https://github.com/manuelmitasch/ember-cli-rest-api-blueprint
http://reefpoints.dockyard.com/2014/06/24/introducing_ember_cli_addons.html
"Allow addons to provide a blueprintPaths function that will return addition paths for blueprints to be looked up. This will allow an addon to override internal blueprints or add their own."
The text was updated successfully, but these errors were encountered: