You are here

drush.services.yml in Minify JS 8.2

File

drush.services.yml
View source
  1. services:
  2. minifyjs.commands:
  3. class: Drupal\minifyjs\Commands\MinifyJsCommands
  4. arguments: ['@minifyjs', '@cache.default']
  5. tags:
  6. - { name: drush.command }