diff --git a/Gruntfile.js b/Gruntfile.js index 1b49811..5f5f095 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -37,9 +37,7 @@ module.exports = function(grunt) { twigRender: { compile: { files : [{ - data: { - file_root: __dirname + '/public' - }, + data: {}, expand: true, cwd: 'assets/twig', src: ['**/*.twig', '!**/_*.twig'], diff --git a/assets/twig/layout.twig b/assets/twig/layout.twig index ae86657..2f72517 100644 --- a/assets/twig/layout.twig +++ b/assets/twig/layout.twig @@ -3,11 +3,11 @@ - + - + Sentry System Monitor - + {% block scripts %}{% endblock %}