Bundles are a group of resources.
Questions tagged [bundles]
179 questions
0
votes
1 answer
How symfony handles multiple bundles routing?
I am trying to understand symfony's routing system.
In app/config/routing.yml, I have two routing configurations from two different bundles
'
firstbundle:
resource: "@FirstBundle/Resources/config/routing.yml"
prefix: /api
secondbundle:
…

RunningAdithya
- 1,656
- 2
- 16
- 22
0
votes
0 answers
ASP.NET MVC 5 BundleConfig.cs bundle is giving error about angular not being defined- only when visiting web page externally from server
I've got a c# based asp.net mvcish website which is giving me grief upon visiting the page via https outside of the server it's hosted on.
Part of BundleConfig.cs:
public class BundleConfig
{
public static void…

user2814916
- 63
- 7
0
votes
1 answer
Yii2 assets bundles timestamp always keep updating
My Yii2 assets bundles timestamp always keep updating on each page reload.
// Configuration:
'assetManager' => [
'appendTimestamp' => true,
'linkAssets' => getenv('LINK_ASSETS'),
'class' => 'yii\web\AssetManager',
…

arman
- 1
- 2
0
votes
2 answers
Symfony generated Bundle doesn't work
I just created a new project with symfony 3.4 and i generated a bundle, the message from the bundle generation said it's all good, then i just start to work just by running clear cache command it display this error message
php.exe…

Marwen Jamel
- 61
- 7
0
votes
2 answers
Bundling not working for webpage in subfolder
I have created a asp.net webforms application using the vs2015 project template for asp.net webforms.
Now I want to use bundling, and it works for all pages on root level. But by the template, all user related pages (login, register, reset password…

32978bet
- 73
- 6
0
votes
1 answer
Standalone linux version of: FeaturesAndBundlesPublisher application?
I need to run the eclipse FeaturesAndBundlesPublisher application on a linux server. The clumsy way is to download eclipse and put it on the server but since I only need the FeaturesAndBundlesPublisher is there someway of getting that application as…

u123
- 15,603
- 58
- 186
- 303
0
votes
1 answer
PHP Fatal error: Class 'Stfalcon\Bundle\TinymceBundle\StfalconTinymceBundle' not found
I'm trying to install the Stfalcon TinyMCE editor bundle onto my Symfony 3 project. I have a local install, and then an installation on the server. On my local, I used composer require to pull down the bundle, registered the bundle in AppKernel.php…

Michael Emerson
- 1,774
- 4
- 31
- 71
0
votes
1 answer
Composer require output message Killed
When I tried to require
composer require nelmio/solarium-bundle
command is end with message
Killed.
Also when I tried to do
composer require nelmio/solarium-bundle --profile
Everything is fine but no class in Vendor folder. composer.json…

Stevan Tosic
- 6,561
- 10
- 55
- 110
0
votes
2 answers
Communication between OSGI bundle and web application
I want to build a web application in combination with OSGI to modularize it. But I'm a little bit confused. I build an OSGI web bundle with a simple Hello Word Servlet. It works. But now, how can I create a "complete" web application and not only a…

Saltsack
- 1
0
votes
2 answers
Symfony2 developing your own sharable bundles questions
symfony official documentation lacks good info about developing sharable bundles and I couldn't find any information on the Internet either. Here are my questions:
Currently I've created my bundle with SensioGeneratorBundle and it lives in /src/,…

nacholibre
- 3,874
- 3
- 32
- 35
0
votes
0 answers
Woocommerce composite products
I am struggling to get composite products to display the way I want in this situation. I am also using product bundles.
Basically I want to display dumbbells for sale on a page, I need an option to either buy them individually (1kg, 2kg, 3kg...…

irishmickk
- 1
- 1
0
votes
1 answer
Angular2 SystemJs Bundles and Non Bundled js
I'm new to SystemJs and Angular2. I am using 3rd party packages, some of which have bundles/code.js files and some do not.
The ones that are using bundles/code.js I have managed to get working.
I include