Last active
November 23, 2016 14:30
-
-
Save fago/d20230185ed1cf7821fb6897945a7a5f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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