Skip to content

Instantly share code, notes, and snippets.

@fago
Last active November 23, 2016 14:30
Show Gist options
  • Save fago/d20230185ed1cf7821fb6897945a7a5f to your computer and use it in GitHub Desktop.
Save fago/d20230185ed1cf7821fb6897945a7a5f to your computer and use it in GitHub Desktop.
$libraries_page_state = [ 'drupal/jquery' ];
$attachment_changes =
[
'drupal/jquery' => [
'commands' => [
'jquery-file1-command', 'jquery-file2-command',
],
],
# Depends on jquery
'drupal/jquery-ui' => [
'commands' => [
'jquery-ui-file1-command', 'jquery-ui-file2-command',
],
],
# Depends on jquery
'blaze/blaze' => [
'commands' => [
'blaze-file1-command', 'blaze-file2-command',
],
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment