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?

sample project:


Comments

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -