便携式区域的捆绑和缩小

时间:2014-12-02 05:48:42

标签: asp.net asp.net-mvc asp.net-mvc-4 bundling-and-minification modularity

我使用了' Portable Areas',这很棒。

但是现在,我想要的是这样的:

bundles.AddEmbeddedResources<ScriptBundle>("~/Test/Scripts",
            GetType().Assembly,
            "PortableAreaDemo.Test.Scripts",
            "index.js");

我使用了Cassette图书馆,这很棒。

我想在asp.net中使用这个带有Bundling And Minification的库来将我的javascript文件添加到项目中,但它对我不起作用! 我该怎么办?

Sample Project:

0 个答案:

没有答案