Bundling and Minification in Portable Area

61 Views Asked by At

I used 'Portable Areas', It's great.

but now, what I want is something like this:

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

I used Cassette Library, It's great.

I want to use this library with Bundling And Minification in asp.net for adding my javascript files into the project, but It doesn't work for me! What should I do?

Sample Project:

0

There are 0 best solutions below