瀏覽代碼

Fix ASSET_SOURCE_PATHS to be list instead of tuple

Tuple causes error when used, must be list.
Steve Steiner 6 年之前
父節點
當前提交
7480ebed46
共有 1 個文件被更改,包括 2 次插入2 次删除
  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