Download the PHP package ironman-dev/module-baler without Composer
On this page you can find all versions of the php package ironman-dev/module-baler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ironman-dev/module-baler
More information about ironman-dev/module-baler
Files in ironman-dev/module-baler
Package module-baler
Short Description Module that preloads theme JS bundles configurations generated by Baler.
License OSL-3.0 AFL-3.0
Informations about the package module-baler
Overview
It's non-official module yet. Just for alpha testing!
Magento_Baler module introduces functionality to preload theme JS bundles configuration (core-bundle.js & requirejs-bundle-config.js) generated by Baler - tool for static analysis of Javascript dependencies.
This functionality is disabled by default and it can be enabled on the configuration page (Stores -> Configuration -> Advanced -> Developer -> Javascript Settings).
Developer settings is not displayed in production mode. To enable this feature in production mode, the CLI command bin/magento config:set dev/js/enable_baler_js_bundling 1 can be used.
What is not implemented in this module yet:
- The following features should be disabled when Magento_Baler is enabled:
- JS Bundling
- JS Minification
How to install module
Using Git
Using Composer
Open you composer.json and change "minimum-stability": "stable" to "minimum-stability": "dev" and add "prefer-stable": true.
This means that composer will always use stable package unless there is one. If there is no stable package it will use dev version, then run:
`
Using Composer package at repo.magento.com
This module is available as alpha composer package on repo.magento.com. This package works both with 2.3.x and 2.4.x Magento releases.
Steps to install it:
- Add
"magento/module-baler": "1.0.0-alpha"torequiresection ofcomposer.json
So,requiresection looks like: ` - Run
composer updatecommand. bin/magento module:enable Magento_Balerbin/magento setup:upgrade
How to start with Baler
Getting started with the alpha
If you found a bug in this module, please open a new issue or refer to Code Of Conduct.
All versions of module-baler with dependencies
magento/framework Version *
magento/module-store Version *