You are here

function advagg_js_compress_drush_help in Advanced CSS/JS Aggregation 7.2

Implements hook_drush_help().

Related topics

File

advagg_js_compress/advagg_js_compress.drush.inc, line 16
Drush commands for AdvAgg JS minification.

Code

function advagg_js_compress_drush_help($command) {
  switch ($command) {
    case 'drush:advagg-js-compress':
      return dt('Run js minification for all js files.');
  }
}