File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ Add these arguments to :file:`setup.py` script::
135
135
136
136
setup(
137
137
# ...,
138
- setup_requires=['libsass >= 0.2 .0'],
138
+ setup_requires=['libsass >= 0.6 .0'],
139
139
sass_manifests={
140
140
'myapp': ('static/sass', 'static/css', '/static/css')
141
141
}
Original file line number Diff line number Diff line change 12
12
13
13
setup(
14
14
# ...,
15
- setup_requires=['libsass >= 0.2 .0']
15
+ setup_requires=['libsass >= 0.6 .0']
16
16
)
17
17
18
18
It will adds :class:`build_sass` command to the :file:`setup.py` script:
37
37
sass_manifests={
38
38
'your.webapp': ('static/sass', 'static/css')
39
39
},
40
- setup_requires=['libsass >= 0.2 .0']
40
+ setup_requires=['libsass >= 0.6 .0']
41
41
)
42
42
43
43
The option should be a mapping of package names to pairs of paths, e.g.::
You can’t perform that action at this time.
0 commit comments