How do I add foundation with grunt to a ember.js app kit project
I'm trying to setup my first Ember.js app with Ember AppKit, grunt, and
compass. The appkit ships with support of compass out of the box via
grunt-contrib-compass but I can't figure out for the life of me how to
install Zurb-Foundation, or at least not "properly."
As far as I can tell, grunt-contrib-compass doesn't provide a wrapper
around compass's install method. I could duplicate the compass.js task
settings for a compass config file but it seems like there should be a way
to do this without duplicating the data.
Alternatively, I guess I could just copy everything over manually but that
cuts off my path for easy upgrades.
Any help would much much appreciated.
No comments:
Post a Comment