Hello, I’m using ember-cli-materalize for my project. I want to know if I can edit the addons for my usage. For example, say the component md-navbar , which has no provision of putting image as brand logo. Can anyone suggest a walk-around by which I can edit these addons and use it.
You can do this:
- fork GitHub - mike-north/ember-cli-materialize: Material Design (via Materialize) for Ember.js Apps on github.
- Clone it
- make your changes
- Push it
- Specify you github branch after
ember-cli-materalize
in your projectspackage.json
- run
npm install
If you create a remote called upstream pointing to GitHub - mike-north/ember-cli-materialize: Material Design (via Materialize) for Ember.js Apps you can fetch and merge changes made to Mike’s version. You can also create a PR for Mike from your own fork.