Skip to content

Instantly share code, notes, and snippets.

View KostasBlank's full-sized avatar

Kostas Kourakis KostasBlank

  • Point Blank
  • Thessaloniki
View GitHub Profile
@renebakx
renebakx / settings.md
Last active January 23, 2018 09:22
No more drush cr for Drupal 8 theme development

this bit goes in development.services.yml

services:
  cache.backend.null:
    class: Drupal\Core\Cache\NullBackendFactory
parameters:
  twig.config:
    debug: true
    auto_reload: null
 cache: false