Skip to content

Instantly share code, notes, and snippets.

View mirsoftacquia's full-sized avatar

Lubosh Culen mirsoftacquia

  • Acquia
  • Munich, Europe
View GitHub Profile
@mirsoftacquia
mirsoftacquia / MyModuleDrushCommands.php
Last active February 18, 2019 18:31
Clear frontend caches only if theme files changed.
<?php
// Place this file into my_module/src/Commands/MyModuleDrushCommands.php
namespace Drupal\my_module\Commands;
use Drush\Commands\DrushCommands;
/**
* Class MyModuleDrushCommands.
*/
class MyModuleDrushCommands extends DrushCommands {
/**