I am following along a codelab on the Yeoman webpage, and so far I\'ve managed to follow along (with a few major hiccups getting my development environment going, but now it
It is not ideal, but I rolled back to Bootstrap version 3.3.4 and setting up like this:
bower install --save bootstrap#3.3.4 bower_concat: { all: { dest: { 'js': 'path/to/file/_bower.js', 'css': 'path/to/file/_bower.css' } } }