Bundles are a group of resources.
I have an Angular 2 RC7 app where I use SystemJS to load JavaScript files. This is my current configuration for …
javascript angular bundle systemjsHow can I create library bundle on Symfony 4? In Symfony 3 I use this command: php bin/console generate:bundle but …
symfony bundle symfony4I have created sample hello world project and then added Data.plist file to resource folder. Now people can easily …
ios iphone bundle protectionEdit: the Symfony best practices answer most of my questions. I have several questions concerning my Symfony2 app. It will …
php symfony bundleAfter following railstutorial.orgI am trying to run bundle install. It list use of gem like : Using railties (3.0.7) Using rails (3.0.7) …
ruby-on-rails-3 bundleBasically i'd like to allow an arbitrary (but not empty) number of key-value pairs in my configuration, under billings node, …
symfony dependency-injection bundleI'm creating a Static Library for iOS applications. I almost completed it, but there is an issue with the resources. …
ios resources bundle static-libraries nsbundleI don't want to minify all the files I use in my ASP .NET MVC 4 solution. So for example I …
asp.net-mvc asp.net-mvc-4 bundle asp.net-optimizationI am adding the following ScriptBundle in BundleConfig: bundles.Add(new ScriptBundle("~/bundles/javascript").Include( "~/Scripts/jquery-1.*", "~/Scripts/load-image.min.…
asp.net-mvc razor asp.net-mvc-4 bundle asp.net-optimizationI want to be able to minify/bundle my javascript files in a production environment while having them unminified/unbundled …
asp.net webforms bundle minify asp.net-optimization