Bundles are a group of resources.
Questions tagged [bundles]
179 questions
4
votes
2 answers
What happened to Doctrine's Symfony Bundle repos?
I just spent the last 2 hours wondering why everything broke when I did a bin/vendors update on my project. I was getting the following errors
fatal: github.com/symfony/DoctrineMigrationsBundle.git/info/refs not found: did you run git…

Ollie Harridge
- 135
- 1
- 7
3
votes
1 answer
Js minification does not work when module has exports
I do have following Errors when js file is minified
/* Minification failed. Returning unminified contents.
(36307,7-8): run-time error JS1010: Expected identifier: .
(36307,7-8): run-time error JS1195: Expected expression: .
(36817,7-8): run-time…

Mudasir Nabi
- 41
- 1
3
votes
0 answers
Pyinstaller on Mac – Bundled Application crashes but unix executable works fine?
I'm a Mac user and I used PyInstaller on a Pythonfile named weatherapp.py to get a mac Application Bundle. It's the TKInter GUI form this tutorial. After the process is complete this is how the inside of the 'dist'-folder looks like:
My Problem is…

vincirist
- 103
- 1
- 6
3
votes
1 answer
Publish all Android App Bundles to Playstore command line
Problem:
Automation of application uploading after successful promotions. Typically easily done with APK and using gradlew scripts.
However, since App bundles are clearly the direction of the future and have many benefits we are moving to…

Randy
- 1,400
- 2
- 12
- 30
3
votes
5 answers
Find out dependencies for a any .jar bundle
I am developing OSGi bundles using Eclipse. I test the code, using an Eclipse OSGi runtime configuration.
The code works fine there, but when I export the bundles as jars and try to use them in another environment (pax-runner, for instance) I get…

Hectoret
- 3,553
- 13
- 49
- 56
3
votes
2 answers
How to deploy my Symfony2 project into ftp
I searched and tried a couple of tutorials on the internet but none of them worked for me well.
The tutorials I followed were from Symfony2 documentation, Dator, Hpatoio and Capifony.
Can somebody explain to me how I can export my project into my…

Harry Onzo
- 31
- 1
- 3
3
votes
2 answers
Why isn't my Scripts.RenderSection working for jqGrid?
I am using Visual Studio 2012 and MVC 4, and in my _Layout.cshtml, I have the following:
…

Scottie
- 11,050
- 19
- 68
- 109
3
votes
1 answer
When to use bundles in MVC4
In MVC 4 I can use @Styles.Render("~/Content/css") to called a bundle of CSS files defined BundleConfig file instead of calling the CSS directly.
When should we use bundle instead of calling directly the file?
I understand it clearly when we have…

Ricardo Polo Jaramillo
- 12,110
- 13
- 58
- 83
3
votes
2 answers
Interacting Non osgi with osgi bundles
I am using struts2 for my web application and i want to use osgi architecture for service and dao layer. Now I dont want to wrap my struts2 actions as osgi bundles but want service and dao layer to be packaged as bundles. Now can anybody tell me how…

user1147070
- 491
- 7
- 21
3
votes
2 answers
how to best structure application in symfony 2
I started using Symfony 2 after having experience with 5 php frameworks like Zend, CodeIgniter, Fuel, Yii and Cake. I am very confused on how to structure my project as better as I can. First of all I am confused in working with bundles. Bundles are…

Mythriel
- 1,360
- 5
- 24
- 45
2
votes
1 answer
Android passing information to a SingleInstance Activity
I have a activity that displays a number of elements from a list that the user can scroll through. In addition from navigating the list for new elements added the user can click a popup notification to immediately goto that element. I only ever want…

isep
- 703
- 1
- 9
- 24
2
votes
2 answers
How to add scripts from .ascx to .aspx section
I want to use:
<%: System.Web.Optimization.Scripts.Render("~/bundles/MyBundle") %>
in .ascx file. There is no problem when i am loading scripts to body. However, i don't know, how to include this script to of my .aspx file. Any ideas? I…
2
votes
1 answer
TextMeshPro unable to reference/display a font asset loaded in asset bundle
I have a prefab built of game objects that have the Text Mesh Pro UGUI script on it. The script is referencing a font asset (Nogame-pro-regular.asset):
This prefab is a part of an asset bundle called "menus".
This font asset is part of a directory…

Yaniv Shaked
- 698
- 6
- 12
2
votes
1 answer
loop through files in a directory using javascript in html script tag
Is there a way to loop through some files in script tag in html head section?
I am looking for something like this: