Needs review
Project:
Drush extras
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
21 Jun 2011 at 10:05 UTC
Updated:
23 Jun 2014 at 17:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
klokie commentedYou can just run some combination of the following commands to suit your purpose:
Comment #2
jonhattanSuch mini commands won't be accepted in drush, because of simplicity. Perhaps there's room for it in drush_extras.
btw #1 is right.
Comment #3
maustyle commented#1 incorrectly writes
use
drush cc css-jsinstead.
Comment #4
m4oliveiHello,
I wanted this functionality too, and it seemed like an easy command to get my feet wet with writing Drush commands, so I did it. Attached for drush_extras that adds a command turn on/off css/js aggregation. It has options to do only one of them or both and will run the sequence of commands in comment #1. I probably have to do something slightly different for Drupal 6. I may yet include that.
Thanks!
Matt