grunt-drupal-tasks icon indicating copy to clipboard operation
grunt-drupal-tasks copied to clipboard

Grunt-based build and testing tasks for Drupal

Results 41 grunt-drupal-tasks issues
Sort by recently updated
recently updated
newest added

In #288 and #289 we worked to align the packaging operation with some of the more fiddly issues introduced by Composer-driven dependency management, as well as relying on composer autoloading...

bug

Currently we are doing the automated building of the docs using MkDocs on a remote Phase2 server via Jenkins. It would be better to integrate this directly into this repo...

The current configuration for the `copy:static` task attempts to update perms on the `build/html` directory itself to match those of `src/static`. Normally this isn't an issue, but when deploying on...

PHPCS and PHPLINT are traversing the files directory within src/sites, which for an operating site means scanning all uploaded styles, as well as any cached files. This would mostly be...

epic-Quality

The current sequence for install by database load is: - sql-drop - load database - update database In order to safely load databases from alternate environments, we should add a...

bug

For project development using GDT, we take care to run the dependency managers as little as possible. However, when testing GDT or generators that use it, whether or not the...

help wanted
needs discussion

`eslint:validate` and `eslint:analyze` can target different files per the theme exemption provided by configuring Gruntconfig.json with the respective script, but only the validate tasks files mask is checked to determine...

bug
help wanted
epic-Quality

The goal of grunt analyze is to produce reports that other systems such as Jenkins can digest to create dashboards, perform trend reporting, and so on. As such, if the...

epic-Quality