grunt watch will not work after a bower install
Created by: AlexNeises
The current bower file has docs
added to the ignore list. Currently, grunt watch
requires this folder and will fail on attempting to build.
Either docs
should not be excluded from bower, or the grunt watch
command needs to be slightly modified.