Skip to content
Snippets Groups Projects

Issue #1587536: JS aggregation should account for "async" and "defer"

Open Issue #1587536: JS aggregation should account for "async" and "defer"
3 unresolved threads
3 unresolved threads

Closes #1587536

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
854 854 # $settings['migrate_file_public_path'] = '';
855 855 # $settings['migrate_file_private_path'] = '';
856 856
857 /**
858 * JavaScript libraries with these attributes will be aggregated together.
859 */
860 $settings['aggregated_js_attributes'] = ['defer', 'async'];
  • 854 854 # $settings['migrate_file_public_path'] = '';
    855 855 # $settings['migrate_file_private_path'] = '';
    856 856
    857 /**
    858 * JavaScript libraries with these attributes will be aggregated together.
    859 */
    860 $settings['aggregated_js_attributes'] = ['defer', 'async'];
  • 854 854 # $settings['migrate_file_public_path'] = '';
    855 855 # $settings['migrate_file_private_path'] = '';
    856 856
    857 /**
    858 * JavaScript libraries with these attributes will be aggregated together.
    859 */
    860 $settings['aggregated_js_attributes'] = ['defer', 'async'];
  • Pierre Rudloff added 1 commit

    added 1 commit

    • f610c90c - Apply 2 suggestion(s) to 2 file(s)

    Compare with previous version

  • Please register or sign in to reply
    Loading