Skip to content

Commit

Permalink
Expose the css directory with composer.json so its files are symlinke…
Browse files Browse the repository at this point in the history
…d to resources and available in the CMS.
  • Loading branch information
Jeremy Bates committed Mar 6, 2018
1 parent f38033e commit 910d34d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"name": "heyday/silverstripe-colorpalette",
"type": "silverstripe-vendormodule",
"extra": {
"expose": [
"css"
]
},
"description": "A color palette picker for SilverStripe CMS",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 910d34d

Please sign in to comment.