Skip to content

Instantly share code, notes, and snippets.

View saitanay's full-sized avatar
💭
lorem ipsum

Tanay Sai saitanay

💭
lorem ipsum
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 {
/**