Questions tagged [bundles]

Bundles are a group of resources.

179 questions
0
votes
2 answers

Does bundling in mvc actually work to optimize the project?

I have recently implemented bundling in to my MVC project so I can automatically minify my scripts and styles. I have made around 10 scripts in to a bundle and 10 styles in to a bundle and have implemented them in my layout succesfully. What I did…
misha130
  • 5,457
  • 2
  • 29
  • 51
0
votes
1 answer

can we keep multiple values for same key in a bundle in android ? if so how to get those values?

i was asked to design an app in android. we have to take input of 3 numeric values and show some calculations in summary page. i am able to do a simple application by taking the input details and passing them using bundles to summary page and…
Woona
  • 15
  • 6
0
votes
0 answers

Using a bundles class to extend a CoreBundle

I need some help or rather some advice. I have a core bundle with some general functionality and several additional bundles with more specific functionality. For example my core bundle is responsible for rendering a main menu for my application but…
Markus Kottländer
  • 8,228
  • 4
  • 37
  • 61
0
votes
2 answers

onCreate(savedInstanceState) savedInstanceState is NULL

My issue is this: I'm new to android programming and I have created a new app, when i press the button to launch this activity below, it crashes. When I debugged it it said onCreate() got a null bundle. How do I fix this? I don't understand the…
0
votes
1 answer

How to programmatically invalidate or refresh JavaScript and CSS bundles without restarting the web application?

I understand that when using bundles for JavaScript and CSS the web application is caching the bundles and using a caching key for it, something like the following:
Yovav
  • 2,557
  • 2
  • 32
  • 53
0
votes
1 answer

Symfony 2 - navigating between bundles

I've started using Symfony 2 just a couple of days ago. I'm currently working on a tool for market research purposes. This tool is supposed to consist of multiple modules, with each being a bundle in the Symfony project. I could of course just make…
Mark Tepper
  • 43
  • 1
  • 7
0
votes
1 answer

.NET Web Optimization Framework - Combining Bundles

Bundling is great. I have a jQuery bundle, a Angular bundle, a pollyfills bundle, etc. But now I have 10 bundles. How do I combine bundles into a single bundle. Is that possible?
core
  • 32,451
  • 45
  • 138
  • 193
0
votes
0 answers

Bundle of type java.lang.String cannot be converted to JSONArray

I am working on Android application in which I am getting Json message through GCM and I am passing notification through Bundles. Everything is working fine and I am getting Bundles message in my notification tray. But I want to parse that JSON…
Usman Khan
  • 3,739
  • 6
  • 41
  • 89
0
votes
0 answers

Bundle file not created

i created a static library for one of my project which uses heavy core data. I read on SL and created a bundle file for all the xcdatamodels.. I added both to my another project.. My library works fine however the bundle file is not getting created.…
ash_win
  • 195
  • 2
  • 10
0
votes
1 answer

Local script bundles render but CDN bundles will not

So, for scripts/styling bundles I have: @Scripts.Render("~/bundles/jquery") @Styles.Render("~/Content/css") The bundle config is pretty basic: bundles.UseCdn = true; bundles.Add(new StyleBundle("~/Content/css").Include( …
user1949917
0
votes
0 answers

ASP.NET MVC Scripts strange behaviour

In my MVC Web Application Im loading some scripts in the layout page, so they can be used in every other page that inherits that layout. Since I'm using stuff from Kendo and Foundation I also load their scripts as bundles. My "head" section in the…
Kevin04PT
  • 9
  • 2
  • 8
0
votes
1 answer

ASP.MVC 4 Bundles cache

I migrated MVC3 to MVC4 and added mobile views for my website using JqueryMobile. To "improve" performance i am using Bundles to compres *.js and *.css files. everything works fine. After deploying (system nightly build) i saw that bundle .js and…
Brivvirs
  • 2,461
  • 3
  • 18
  • 31
0
votes
1 answer

Generating Bundle in Symfony

Can't find a solution for this on stack. I'm using ubuntu server, $php app/console generate:bundle --namespace=WMDN/FirstBundle --format=yml goes fine until : Generating the bundle code: OK Checking that the bundle is autoloaded: FAILED Confirm…
Theodore Enderby
  • 622
  • 1
  • 6
  • 19
0
votes
1 answer

asp.net mvc4: adding dynamically parameters on bundle

I would like to do the add skin support for an mvc application, allowing to add multiple skins and let the user select the prefered one. the skin directory will be received in cookie from the database In order to make this happen i would like to…
WNB
  • 61
  • 3
  • 12
0
votes
1 answer

OSGi Bundle Repositories

I am empirically testing OSGi Bundles and their relationships for this I need lots of bundles. Making these datasets is a difficult task. I already have Eclipse update (1700 Bundles) sites and Spring Enterprise bundle repository for testing,…
1 2 3
11
12