jerel / ember-cli-loading-slider

A YouTube like loading indicator for EmberJS packaged as an Ember CLI add-on.
MIT License
116 stars 36 forks source link

Import path error #16

Closed cbetta closed 8 years ago

cbetta commented 8 years ago

I used this import with my ember-cli project:

import LoadingSliderMixin from '../mixins/loading-slider';

but now I am getting an error:

Uncaught Error: Could not find module `client/mixins/loading-slider` imported from `client/routes/application`

What am I missing?

cbetta commented 8 years ago

Never mind, restart was required.