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?