Grunt serve or build removes the bootstrap.css reference from index.html
Created by: mrtinkz
When I do the grunt serve the bower removes the from the index.html. Found out this is being caused by the
"main": [ "less/bootstrap.less", "dist/js/bootstrap.js" ],
Not sure why the bootstrap.less is being referenced. It should be bootstrap.css ?