Skip to content

Instantly share code, notes, and snippets.

@mariohernandez
Created May 26, 2020 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariohernandez/1aed26352f13059e2577ef94a33428b7 to your computer and use it in GitHub Desktop.
Save mariohernandez/1aed26352f13059e2577ef94a33428b7 to your computer and use it in GitHub Desktop.
$settings['container_yamls'][] = DRUPAL_ROOT . '/sites/development.services.yml';
$config['system.performance']['css']['preprocess'] = FALSE;
$config['system.performance']['js']['preprocess'] = FALSE;
$settings['cache']['bins']['render'] = 'cache.backend.null';
$settings['cache']['bins']['dynamic_page_cache'] = 'cache.backend.null';
$settings['cache']['bins']['page'] = 'cache.backend.null';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment