ENHANCEMENT Declare exposed folders necessary for public webroot

This commit is contained in:
Damian Mooyman 2017-12-21 13:27:03 +13:00
parent ef3573434c
commit 71653cf97b
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 7 additions and 1 deletions

View File

@ -17,6 +17,12 @@
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
},
"expose": [
"css",
"images",
"javascript",
"webfonts"
]
}
}