Quantcast
Channel: bundler Discussions Rss Feed
Browsing latest articles
Browse All 14 View Live

New Post: Using Bundler.NET on your site? Let us know!

If you are using Bundler.NET on your site and love it, let everyone know! It's exciting to see where it gets used and by who.

View Article



New Post: Number of requests and file size savings

Can someone post before and after shots from their site? I think just a screenshot of the Firebug/Chrome developer tools Network tab will do it. YSlow and PageSpeed scores would be great too, if you...

View Article

New Post: Generated Hash not rendering

Hello!I found this project and have begun to try and implement it on my website, I have it so it generates the css tag with the Hash alias, and have debugged the code and view the contents of the...

View Article

New Post: Generated Hash not rendering

Hi David./-954238933 is the hash for the content. Do you mean there is no content? (the request for /-954238933 returns a 404?) If so you probably forgot to add the HTTP module to your config. Also...

View Article

New Post: Generated Hash not rendering

Thank you for your quick response, I added the two sections to the correct areas of the web.config: <system.web>       <httpModules>                <add name="BundleModule"...

View Article


New Post: WebActivator

I was thinking of adding support for WebActivator, which would provide a better way to define bundles rather than in the global.asax. What are peoples thoughts on this?

View Article

New Post: WebActivator

hi, yeah this would be really great, it will make defining bundles more elegant, also could you register the HTTPModule through webavtivator, it will save us from writing to web.config. thanks in...

View Article

New Post: customizing the hash

hi, is there a way to customize the hash ? thanks in advanced.

View Article


New Post: WebActivator

Cool, I think I will put this in the 1.6 release since WebActivator is becoming more popular now. Registering the HttpModule through it is also a good idea. Thanks for the feedback DevMondo.

View Article


New Post: customizing the hash

Are you talking about the alias that each bundle gets? In what way to do you want to customize it? Essentially what happens is that the content is combined + minified and then the built-in .NET...

View Article

New Post: WebActivator

anytime :) this library is so cool

View Article

New Post: customizing the hash

thanks for reply, what i meant is the hash appended to the combined resource, one great thing about your library that makes different from Microsoft implementation is that it does not use query string...

View Article

New Post: customizing the hash

Having a query string in the url is bad for caching. I'm not sure why Microsoft did it. See this... https://developers.google.com/speed/docs/best-practices/caching#LeverageProxyCaching

View Article


New Post: customizing the hash

exactly what i wanted to say, thanks

View Article
Browsing latest articles
Browse All 14 View Live




Latest Images