Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2015 bower.js文件应该位于VS 2015 web项目的哪个文件夹中?_Visual Studio 2015_Bower - Fatal编程技术网

Visual studio 2015 bower.js文件应该位于VS 2015 web项目的哪个文件夹中?

Visual studio 2015 bower.js文件应该位于VS 2015 web项目的哪个文件夹中?,visual-studio-2015,bower,Visual Studio 2015,Bower,我正在玩一个使用凉亭的有棱角的网站。为了使VS 2015 web项目内部的工作正常,我创建了一个wwwroot文件夹,并将应用程序文件夹移动到其中 现在我的文件夹结构如下所示: MyWebsite\ MyWebsite.sln bower.json gruntfile.js node_modules\ bower_components\ wwwroot\ app\ bower_components\ ...

我正在玩一个使用凉亭的有棱角的网站。为了使VS 2015 web项目内部的工作正常,我创建了一个wwwroot文件夹,并将应用程序文件夹移动到其中

现在我的文件夹结构如下所示:

MyWebsite\  
   MyWebsite.sln
   bower.json
   gruntfile.js
   node_modules\
   bower_components\
   wwwroot\
      app\
         bower_components\
         ... (all my other Angular files)

我认为bower_components文件夹现在已经复制,但我不确定应该删除哪个文件夹(如果我删除了,bower.json应该放在哪里)?

通常您会将所有内容都放在(相对于)
www root
中。
www root/Images
中的图像,以及
www root/js
中的javascript等等。甚至在
www root/app

内部,您是否尝试将
root\bower\u组件重命名为
root\der
,以测试您的理解能力?wwwroot中是否有bower.json?