Enable drush for theme help
This commit is contained in:
parent
fab6181f62
commit
dcc4a7bdd1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ var drush_alias = '';
|
|||
module.exports = {
|
||||
// set 'enabled: true' to run drush commands as a part of 'gulp watch'.
|
||||
drush: {
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
alias: {
|
||||
css_js: 'drush ' + drush_alias + ' cc css-js',
|
||||
cr: 'drush ' + drush_alias + ' cr'
|
||||
|
|
Loading…
Reference in a new issue