Can't link to my bower_components folder using google web-starter-kit

那年仲夏 提交于 2019-12-11 09:53:53

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!