Merge pull request #1938 from jekyll/excludes-relative-to-site-source-docs
This commit is contained in:
commit
f9263b6fdf
|
@ -67,7 +67,7 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
||||||
<p class="description">
|
<p class="description">
|
||||||
Exclude directories and/or files from the
|
Exclude directories and/or files from the
|
||||||
conversion. These exclusions are relative to the site's
|
conversion. These exclusions are relative to the site's
|
||||||
source directory.
|
source directory and cannot be outside the source directory.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
<td class='align-center'>
|
<td class='align-center'>
|
||||||
|
|
|
@ -72,7 +72,7 @@ class TestEntryFilter < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context "glob_include?" do
|
context "#glob_include?" do
|
||||||
setup do
|
setup do
|
||||||
stub(Jekyll).configuration do
|
stub(Jekyll).configuration do
|
||||||
Jekyll::Configuration::DEFAULTS.merge({'source' => source_dir, 'destination' => dest_dir})
|
Jekyll::Configuration::DEFAULTS.merge({'source' => source_dir, 'destination' => dest_dir})
|
||||||
|
|
Loading…
Reference in New Issue