Skip to content

Commit

Permalink
Merge pull request #16 from localgovdrupal/2.x
Browse files Browse the repository at this point in the history
2.0.0-beta3 release
  • Loading branch information
finnlewis authored Dec 12, 2022
2 parents 4b560d2 + 53c5db2 commit 7fe424b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,16 @@
"web-root": "web/"
},
"file-mapping": {
"[web-root]/.htaccess": false,
"[web-root]/robots.txt": false,
"[web-root]/.htaccess": {
"mode": "replace",
"path": "web/core/assets/scaffold/files/htaccess",
"overwrite": false
},
"[web-root]/robots.txt": {
"mode": "replace",
"path": "web/core/assets/scaffold/files/robots.txt",
"overwrite": false
},
"[web-root]/sites/default/settings.php": {
"mode": "replace",
"path": "assets/composer/settings.php",
Expand Down

0 comments on commit 7fe424b

Please sign in to comment.