Browse Source

Merge pull request #958 from ssteinerx/patch-2

assets: ASSET_SOURCE_PATHS should be list instead of tuple
Justin Mayer 7 years ago
parent
commit
7379930a15
1 changed files with 2 additions and 2 deletions
  1. 2 2
      assets/Readme.rst

+ 2 - 2
assets/Readme.rst

@@ -96,10 +96,10 @@ theme's top-level directory:
 
 .. code-block:: python
 
-   ASSET_SOURCE_PATHS = (
+   ASSET_SOURCE_PATHS = [
        'vendor/css',
        'scss',
-   )
+       ]
 
 .. _Webassets: https://github.com/miracle2k/webassets
 .. _Webassets documentation: http://webassets.readthedocs.org/en/latest/builtin_filters.html