Any ideas what causes baler build to loop endlessly?
See original GitHub issue baler build --trace
✔ Collected theme/module data 142ms
⠋ (Magento/luma) Create core bundle file⠋ (Etilize/import) Create core bundle file
Optimization is done, but stats have not been implemented in the CLI yet
⠋ (Etilize/import) Create core bundle file
....
(2492.643615990877): Preparing to analyze "MutationObserver" for dependencies
(2496.74079400301): Preparing to analyze "FormData" for dependencies
(2507.8036310076714): Resolving dependency "jquery/jquery.mobile.custom" from ""
(2508.143660992384): Resolving dependency "jquery" from ""
(2508.2522000074387): Resolving dependency "(2482.613610982895): Resolving dependency "jquery" from "jquery-ui-modules/datepicker"
(2482.7034960091114): Resolving dependency "jquery-ui-modules/core" from "jquery-ui-modules/datepicker"
(2482.7716360092163): Preparing to analyze "jquery-ui-modules/slider" for dependencies
(2491.183733999729): Discovered dependencies for "jquery-ui-modules/slider": jquery, jquery-ui-modules/core, jquery-ui-modules/mouse
(2491.22227999568): Resolving dependency "jquery" from "jquery-ui-modules/slider"
(2491.291195988655): Resolving dependency "jquery-ui-modules/core" from "jquery-ui-modules/slider"
(2491.3486459851265): Resolving dependency "jquery-ui-modules/mouse" from "jquery-ui-modules/slider"
(2492.643615990877): Preparing to analyze "MutationObserver" for dependencies
(2496.74079400301): Preparing to analyze "FormData" for dependencies
(2507.8036310076714): Resolving dependency "jquery/jquery.mobile.custom" from ""
(2508.143660992384): Resolving dependency "jquery" from ""
(2508.2522000074387): Resolving dependency "ns" from ""
(2508.3212589919567): Resolving dependency "vmouse" from ""
(2508.3784649968147): Resolving dependency "support/touch" from ""
(2508.493703007698): Resolving dependency "mage/common" from ""
(2508.5813890099525): Resolving dependency "domReady" from ""
(2508.661637991667): Resolving dependency "mage/dataPost" from ""
(2508.7471689879894): Resolving dependency "mage/template" from ""
(2508.830219000578): Resolving dependency "underscore" from ""
(2508.9048919975758): Resolving dependency "Magento_Ui/js/modal/confirm" from ""
(2509.0140880048275): Resolving dependency "mage/translate" from ""
(2509.0956659913063): Resolving dependency "mage/mage" from ""
(2509.1743820011616): Resolving dependency "mage/apply/main" from ""
(2509.274531006813): Resolving dependency "mage/apply/scripts" from ""
(2509.363907009363): Resolving dependency "jquery/jquery-ui" from ""
(2509.44534099102): Resolving dependency "Magento_Ui/js/modal/modal" from ""
(2509.5548349916935): Resolving dependency "text!ui/template/modal/modal-popup.html" from ""
(2509.5758909881115): Resolving dependency "text" from ""
(2509.7167730033398): Resolving dependency "text" from ""
(2509.785418987274): Resolving dependency "text!ui/template/modal/modal-slide.html" from ""
(2509.8036189973354): Resolving dependency "text" from ""
(2510.175595998764): Resolving dependency "text!ui/template/modal/modal-custom.html" from ""
(2510.2254819869995): Resolving dependency "text" from ""
(2510.3711499869823): Resolving dependency "Magento_Ui/js/lib/key-codes" from ""
(2510.4803000092506): Resolving dependency "mage/bootstrap" from ""
(2510.565497994423): Resolving dependency "Magento_Ui/js/lib/knockout/bootstrap" from ""
(2510.691917002201): Resolving dependency "knockoutjs/knockout" from ""
(2510.7790269851685): Resolving dependency "Magento_Ui/js/lib/knockout/template/engine" from ""
(2510.903595983982): Resolving dependency "Magento_Ui/js/lib/knockout/template/observable_source" from ""
normally it says unknown source but I changed it to say “”…
nevermind it was newer version of jquery.mobile.custom.js causing failure
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Easy Fix for Banana Bales - DTN/Progressive Farmer
If you are baling too slowly, this will cause banana bales because the feeder fork cannot get enough hay in front of it...
Read more >The Ultimate Looping Build in Dead by Daylight - YouTube
The Ultimate Looping Build in Dead by DaylightIn today's video we are going to be using the ultimate looping build, hope you all...
Read more >KILLERS HATE THIS LOOPING BUILD!!! | Dead By Daylight
In this video I use the best fast vault build to loop killers in Dead By Daylight!Want to escape every game? Pick up...
Read more >Knotter Troubleshooting - Carter Agri-Systems
No knotter indication when the baler ties. Cause(s). Faulty needle switch. See your dealer. Solution(s). MASSEY FERGUSON. Knots staying on billhook too long....
Read more >Understanding Conveyor Systems - Types, Applications and ...
The belt is extended in an endless loop between two end-pulleys. Usually, one or both ends have a roll underneath. The conveyor belting...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @DrewML I added a comment in #47: Baler is stuck if a file is not found, in my case it was
js-translation.json
, but this can also happen is the deployment strategy wascompact
and Baler indeed could not find files in the theme’s directory.@boldhedgehog Awesome! Since #45 has a descriptive title for this (and an explanation of why we don’t support
compact
from me in it), I’m going to close this ticket so we can track in one place.Appreciate any PRs to add this to the docs 😄