Nuget包下载Javascript文件到〜/ Scripts
我更喜欢将我的内容整理到〜/ content文件夹中,其中包含
~/content/css
~/content/images
~/content/scripts
~/content/scripts/vendor (for packages/ downlaoded scripts)
~/content/scripts/site (my own site's JS)
Run Code Online (Sandbox Code Playgroud)
如何让Nuget下载Javascript文件~/content/scripts/vendor?
我想在我的MVC项目中为我的内容定制目录结构,例如:
\Content
--\js
--\css
--\img
Run Code Online (Sandbox Code Playgroud)
是否可以告诉NuGet包在Content\js文件夹中安装脚本?例如jQuery包,以便在Content\js文件夹中安装jquery-1.6.js文件?