nadavshatz / ember-cli-foundation-sass

Automatically sets up Foundation 5 SASS in your Ember CLI app.
https://www.npmjs.org/package/ember-cli-foundation-sass
MIT License
68 stars 18 forks source link

Mention the necessity to initiate foundation in the docs #5

Closed bx2 closed 10 years ago

bx2 commented 10 years ago

How about adding some information that beside adding the setup to the Brocfile.js, you also need to initiate components which require Foundation's javascript modules.

For example:

didInsertElement: function() {
  this.$().foundation();
}
Globegitter commented 10 years ago

Added to Readme.