• Robert Knight's avatar
    Debounce live-reload notifications · 386e3552
    Robert Knight authored
    If multiple asset bundles are regenerated in quick succession, including
    JS or template files, the client might try to reload whilst some of the
    bundles are still being regenerated, resulting in the client failing to
    load.
    
    This commit reduces the likelihood of this happening by debouncing
    live-reload notifications and makes a note of the issue.
    386e3552
gulpfile.js 9.91 KB