Update blueprint to install foundation-sites from npm.
Update index.js to reference the foundation-sites in node_modules.
Add backwards compat.
I think installing foundation-sites bower also adds what-input and jquery automatically, and it looks like those deps are listed in foundation-sites package.json as well. I'm not sure whether they will need to be loaded or not though.
Ember is moving to a non-bower world.
foundation-sites
from npm.index.js
to reference thefoundation-sites
in node_modules.I think installing
foundation-sites
bower also addswhat-input
andjquery
automatically, and it looks like those deps are listed infoundation-sites
package.json as well. I'm not sure whether they will need to be loaded or not though.