gmurphey / ember-masonry-grid

An ember-cli addon to quickly and easily create grids using Masonry.
MIT License
36 stars 29 forks source link

A helper named "masonry-grid" could not be found #52

Open Redsandro opened 8 years ago

Redsandro commented 8 years ago

After running ember install ember-masonry-grid, the actual helpers are not available and I'm getting this error message:

A helper named "masonry-grid" could not be found

This issue seems to be the same as https://github.com/gmurphey/ember-masonry-grid/issues/19 but that one was closed immediately after it was opened, so @gmurphey won't see it in the issue list.

Ember      : 2.7.0
Ember Data : 2.7.0
jQuery     : 2.2.4

@antulik suggested this might have something to do with https://github.com/ember-cli/ember-cli/issues/2768

muskand commented 7 years ago

Any updates on this?