Skip to content
Snippets Groups Projects
Commit 7280f54f authored by Rajab Natshah's avatar Rajab Natshah Committed by Rajab Natshah
Browse files

Issue #2862438 by RajabNatshah, ahmadhalah: [8.4.x] Add twig debugging to development.services.yml

parent 716b4b0d
No related branches found
No related tags found
No related merge requests found
# Local development services.
#
# To activate this feature, follow the instructions at the top of the
# 'example.settings.local.php' file, which sits next to this file.
parameters:
twig.config:
debug: true
cache: false
http.response.debug_cacheability_headers: true
services:
cache.backend.null:
class: Drupal\Core\Cache\NullBackendFactory
\ No newline at end of file
......@@ -51,5 +51,10 @@ class ScriptHandler {
}
file_put_contents($htaccess_path, $lines);
}
if ($fs->exists($root . '/profiles/varbase/src/assets/development.services.yml')) {
// Alter development.services.yml to have Varbase's Local development services.
copy($root . '/profiles/varbase/src/assets/development.services.yml', $root . '/development.services.yml');
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment