Browse Source

Merge pull request #360 from iKevinY/patch-1

Add note about Pelican 3.5 to Assets plugin documentation
Justin Mayer 10 years ago
parent
commit
9b4536ca32
1 changed files with 2 additions and 1 deletions
  1. 2 1
      assets/Readme.rst

+ 2 - 1
assets/Readme.rst

@@ -92,7 +92,8 @@ LessCSS's binary:
 If you wish to place your assets in locations other than the theme output
 If you wish to place your assets in locations other than the theme output
 directory, you can use ``ASSET_SOURCE_PATHS`` in your settings file to provide
 directory, you can use ``ASSET_SOURCE_PATHS`` in your settings file to provide
 webassets with a list of additional directories to search, relative to the
 webassets with a list of additional directories to search, relative to the
-theme's top-level directory. For example:
+theme's top-level directory. Note that as of Pelican 3.5.0, this setting is
+required, as the ``StaticGenerator`` generator now runs last in sequence:
 
 
 .. code-block:: python
 .. code-block:: python