as I'm learning new things every day since I use EmberJS I wanted to ask if somebody is already using EmberJS with any Frontend Framework like Foundation 4
or Bootstrap
and how you handle the additional markup provided by Handlebars
like the <div/>
elements which are included when using the Ember.Handlebars.helpers outlet
or render
?
I try to integrate the Zurb Foundation 4
Frontend Framework within my Ember Application and it seems to me that getting the grid to work smoothly and without errors is a bit more complicated than I thought... Is there an existing 'how-to' or any guideline for integrating a Frontend Framework?
Would be cool if anybody could point me in the right direction or give some examples/links to tutorials or something like that... thanks! :)