Merge pull request #51 from open-sausages/pulls/3.2/add-exposes

ENHANCEMENT Declare exposed folders necessary for public webroot
This commit is contained in:
Aaron Carlino 2018-01-12 14:59:25 +13:00 committed by GitHub
commit c2fdd14e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
]
}
}