mirror of
https://github.com/discourse/discourse.git
synced 2025-03-29 09:25:37 +08:00

This version of backburner is patched to include - Fix for scheduleOnce/cancel bug: https://github.com/BackburnerJS/backburner.js/pull/402 - Async stack debugging in Chrome: https://github.com/BackburnerJS/backburner.js/pull/404 The async debugging feature is enabled only in debug builds of Discourse to ensure production performance is unaffected. Adding to `vendorFiles` causes the JS to be inserted directly after the `ember-source` bundle. That means that the `backburner` module defined by ember-source will be replaced with the patched version.