Tagged “gruntjs”
-
Combining Tasks with Grunt
I was recently asked to help out with a few build steps for a Drupal project using Grunt as its build system. The project's
Gruntfile.js
has adrush:make
task that utilizes the grunt-drush package to run Drush make. This task in included in a file under the tasks directory in the main repository.
See all tags.