我使用了' Portable Areas',这很棒。
但是现在,我想要的是这样的:
bundles.AddEmbeddedResources<ScriptBundle>("~/Test/Scripts",
GetType().Assembly,
"PortableAreaDemo.Test.Scripts",
"index.js");
我使用了Cassette图书馆,这很棒。
我想在asp.net中使用这个带有Bundling And Minification的库来将我的javascript文件添加到项目中,但它对我不起作用! 我该怎么办?