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

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -