I've added a bower package into my project root. I'm using bower so it's easier to manage the updates for each component (one of bower's features). However I got this message after install:
no-json No bower.json file to save to
A few things:
— There is in fact a bower.json file w/i the component's folder. Should there be a global project bower.json file?
— Will this error mean the package will not update?
— The project is a WordPress project using the "WordPress-Starter-Theme" (which uses grunt to handle compass, etc). Is grunt interfering? Do I need to add anything into Gruntfile.js to manage Bower?
Thanks in advance.