-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to install libraries declared by subpackages as well as a…
…n internal libraries lock file for tracking installed libraries. - Subpackages functionality will work by specifying the `drupal-libraries-dependencies` extra option. Also added quality of life improvements such as support for different file extensions and SHA1 checksum verification through an alternative config definition. Addresses #1 and #2.
- Loading branch information
1 parent
3849219
commit b66489e
Showing
3 changed files
with
453 additions
and
37 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# libraries lock file | ||
/installed-libraries.json | ||
# composer artifacts | ||
/vendor/ |
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
Oops, something went wrong.