Skip to content
Snippets Groups Projects
Commit 4de126f1 authored by jurgenhaas's avatar jurgenhaas
Browse files

Add detectable scripts

parent 19d695a6
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,27 @@
}
},
"extra": {
"class": "LakeDrops\\Drupal8Theme\\SASS\\Plugin"
"class": "LakeDrops\\Drupal8Theme\\SASS\\Plugin",
"lakedrops": {
"scripts": {
"lakedrops-theme-install": {
"callback": "LakeDrops\\Drupal8Theme\\SASS\\Plugin::init",
"description": "Initialize the LakeDrops based SASS theme."
},
"lakedrops-theme-update": {
"callback": "LakeDrops\\Drupal8Theme\\SASS\\Plugin::update",
"description": "Update the LakeDrops based SASS theme."
},
"lakedrops-theme-reset": {
"callback": "LakeDrops\\Drupal8Theme\\SASS\\Plugin::reset",
"description": "Reset the LakeDrops based SASS theme."
},
"lakedrops-theme-overwrite": {
"callback": "LakeDrops\\Drupal8Theme\\SASS\\Plugin::overwrite",
"description": "Update and overwrite the LakeDrops based SASS theme."
}
}
}
},
"scripts": {
"install-codestandards": ["Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment