asp.net - Bundling and Minification in Portable Area -
i used 'portable areas', it's great.
but now, want this:
bundles.addembeddedresources<scriptbundle>("~/test/scripts", gettype().assembly, "portableareademo.test.scripts", "index.js");
i used cassette library, it's great.
i want use library bundling , minification in asp.net adding javascript files project, doesn't work me! should do?
Comments
Post a Comment