-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
35 lines (24 loc) · 1.2 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
rebecca.fanstatic
========================
fanstatic utilities for `pyramid web framework <http://www.pyramidproject.org>`_.
``add_fanstatic_resources`` directive
---------------------------------------------------
Add fanstatic resources for renderers matched to ``renderer_name_pattern``.
usage::
config.include('rebecca.fanstatic')
config.add_fanstatic_resources(['js.jquery.jquery', 'js.jqueryui.jqueryui'], r'.*\.pt')
`list_fanstatic` command
-----------------------------
::
usage: list_fanstatic [-h] [-o OUTPUT_DIRECTORY] [-l [LIBRARY [LIBRARY ...]]]
[--simulate]
Collect fanstatic resources and copy to destination directory.
optional arguments:
-h, --help show this help message and exit
-o OUTPUT_DIRECTORY, --output-directory OUTPUT_DIRECTORY
Set destination directory name. Default directory name
is 'fanstatic'.
-l [LIBRARY [LIBRARY ...]], --library [LIBRARY [LIBRARY ...]]
Specify copy library names. Accept multiple options.
--simulate Simulate collecting resources. Print resource paths
and destination paths.