Skip to content

Commit

Permalink
Adding custom installer paths
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianOfTarth committed May 18, 2019
1 parent b3b21f0 commit 86717c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,19 @@
"web/profiles/{$name}": ["type:drupal-profile"],
"installer-types": [
"npm-asset",
"bower-asset"
"bower-asset",
"d324-drupal-module",
"d324-drupal-theme"
],
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/profiles/{$name}": ["type:drupal-profile"],
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/modules/d324/{$name}": ["type:d324-drupal-module"],
"web/modules/custom/{$name}": ["type:custom-drupal-module"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"web/themes/d324/{$name}": ["type:d324-drupal-theme"],
"web/themes/custom/{$name}": ["type:custom-drupal-theme"],
"web/libraries/slick": ["npm-asset/slick-carousel"],
"web/libraries/{$name}": [
"type:drupal-library",
Expand Down

0 comments on commit 86717c5

Please sign in to comment.