bundling and minification - Do not minify one file in a bundle -
bundling and minification - Do not minify one file in a bundle -
i have several files want include in bundle using web optimizations 1 of files breaking after minification. there way include file in bundle un-minified while still having other files minified?
something effect of this:
bundlecollection.add( new scriptbundle( "name" ).include( filearray ) ).includeunminified( filearray2 );
minify bundling-and-minification web-optimization
Comments
Post a Comment