Jonathan Hedstrom

Results 43 issues of Jonathan Hedstrom

This is a work in progress. Wanted to get it up here while it was fresh (I implemented a similar customization on a project to fix the `e2big` error).

Over in #312 there is a partial fix for the ``` Warning: spawn E2BIG Use --force to continue. ``` error that occurs when too many files exist in the project...

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...

There is no current way to tell if a driver will support JavaScript without doing a `try`/`catch`, which is the proposed approach over in https://github.com/jhedstrom/drupalextension/pull/325 It would be nice if...

Currently when I run `serve export`, it assumes the resultant HTML will be served via the server root. It would be nice to be able to specify a subdirectory name,...

Drupal 7 support will be removed in the upcoming `5.0.0` release. See https://github.com/jhedstrom/drupalextension/pull/615

See https://blog.readthedocs.com/migrate-configuration-v2/