Closed bx2 closed 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.
Brocfile.js
For example:
didInsertElement: function() { this.$().foundation(); }
Added to Readme.
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: