diff --git a/doc/index.rst b/doc/index.rst index 4dd7643..aef729b 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -103,8 +103,7 @@ you can exclude them from AssetMapper: paths: - assets/ excluded_patterns: - - '*/assets/styles/_*.scss' - - '*/assets/styles/**/_*.scss' + - '**/assets/styles/**/_*.scss' .. note::