Fix ignoring layouts from the sitemap when the source directory has been set to something other than 'source'. Fixes #896.
This commit is contained in:
parent
474b56ae25
commit
7bdf28a421
7 changed files with 17 additions and 3 deletions
7
middleman-core/features/custom-source.feature
Normal file
7
middleman-core/features/custom-source.feature
Normal file
|
@ -0,0 +1,7 @@
|
|||
Feature: Support customizing the source directory name
|
||||
|
||||
Scenario: Layouts don't try to build
|
||||
Given a successfully built app at "custom-src-app"
|
||||
When I cd to "build"
|
||||
Then the following files should not exist:
|
||||
| layouts/layout.html |
|
Loading…
Add table
Add a link
Reference in a new issue