Metadrop / drupal-boilerplate

Drupal projects up and running with Docker and many other tools in minutes
28 stars 23 forks source link

Commented options to disable cache for local development. #10

Closed keopx closed 4 years ago

keopx commented 4 years ago

Commented options to disable cache for local development.

This configuration is useful to develop locally so you don't have to constantly clear the cache (drush cr) and avoid cache with xdebug

dlopez-akalam commented 4 years ago

@keopx thanks for contributing, I have some suggestions related to the format, can you please review it?

dlopez-akalam commented 4 years ago

Please note that the latest suggestion is wrongly removing only the last line, I don't know how to do it better but I think the idea is clear, please let me know if you have any doubt.

keopx commented 4 years ago

@dlopez-akalam I updated commit. Thanks for you review.

dlopez-akalam commented 4 years ago

Merged! thanks for contributing.