grunt-drupal-tasks
grunt-drupal-tasks copied to clipboard
Grunt-based build and testing tasks for Drupal
## Version **21.0.0** of **[grunt-eslint](https://github.com/sindresorhus/grunt-eslint)** was just published. Dependency [grunt-eslint](https://github.com/sindresorhus/grunt-eslint) Current Version 20.2.0 Type dependency The version **21.0.0** is **not covered** by your **current version range**. If you don’t accept...
When a project's files grow beyond a certain point, the `grunt validate` task stops working since every single file to be validated is passed to the `phpcs` command. The error...
I am not convinced that any users of GDT are using PHPMD reports. Perhaps we should simplify by dropping it?
The "core" operations of GDT are the things that belong in `grunt help`, that are the high-value, task-oriented features of the system. At present, this is somewhat clouded, and we...
Follow-up to #262 I've been thinking we should not run this as part of the build process, as I wouldn't want changes to code made by CI servers. However, we...
grunt package is versatile, but is fundamentally limited to one type of packaging per project. Furthermore, it's configuration is confusing and it is currently limited to copy operations to move...
This combination of tools could be built into our process to expedite resolving style issues. 1. Does the code reformatting require review for correctness of style, or even error-free functionality?...
Once we are on Node 8 as minimum, let's go ahead and mandate npm v5. This will allow us to use package-lock.json, which is nicer than shrinkwrap. 1. Add this...
We have a much-ignored coding standard currently in place, which a pending update to eslint is now exposing as a very sweeping problem. Let's review that coding standard, fix the...