问题
My problem is I can't link to the bower_componets
folder.
I am using web-starter-kit, and basically took those files into my dev environment/folder structure. I know that defeats the purpose of WSK, however I created a gulp work flow and wanted to try it out.
This is what i get in the console.

And this is my folder structure...

I am positive based on where the 'bower_components' folder exists this should be the path.
<script src="../../app/_bower_components/flowtype/flowtype.js"></script>
e.g. Start out of in development, then out of builds and dive into 'app' Is there a bower config file that I am supposed to create?
来源:https://stackoverflow.com/questions/25609373/cant-link-to-my-bower-components-folder-using-google-web-starter-kit