Top "Bundle" questions

Bundles are a group of resources.

How can I specify an explicit ScriptBundle include order?

I'm trying out the MVC4 System.Web.Optimization 1.0 ScriptBundle feature. I have the following configuration: public class BundleConfig { public static …

asp.net-mvc asp.net-mvc-4 bundle asp.net-optimization
What is the bundle identifier of apple's default applications in iOS?

I need to know the bundle identifiers for apple applications, such as mail, contacts, safari, photos, game center, settings, calendar, …

ios bundle identifier
Saving and restoring view state android

I'm aware of activity state saving and restoring. But what I want to do is saving and restoring the state …

android view bundle
ASP.NET Bundling - Bundle not updating after included file has changed (returns 304 not modified)

I am trying out ASP.NET Bundling with ASP.NET MVC 4 application. The situation is that I want to make …

asp.net bundle asp.net-optimization bundling-and-minification
savedInstanceState when restoring fragment from back stack

Can I use savedInstanceState() to save the state when removing a fragment, then restore the state when I pop the …

android android-fragments bundle back-stack
Android HashMap in Bundle?

The android.os.Message uses a Bundle to send with it's sendMessage-method. Therefore, is it possible to put a HashMap …

android dictionary bundle
How to make an iOS asset bundle?

I saw a custom asset bundle in an iOS project I evaluated, so at least I know it's possible. My …

ios bundle assets
Composer - The requested package exists as but these are rejected by your constraint

When I run my install from composer, I have this error : λ composer install You are running composer with xdebug enabled. …

php composer-php bundle stability
Font files are not loading with ASP.NET Bundles

In my ASP.NET MVC application, I'm using Bundles to compress css and js files. The problem is - the …

c# asp.net asp.net-mvc bundle font-face
Objective C: Reading text files

I've done this before, but its not working for me now. I'm doing: NSString* path = [[NSBundle mainBundle] pathForResource:@"test" ofType:@"…

objective-c ios text bundle