瀏覽代碼

Merge pull request #958 from ssteinerx/patch-2

assets: ASSET_SOURCE_PATHS should be list instead of tuple
Justin Mayer 7 年之前
父節點
當前提交
7379930a15
共有 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