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:
Ben Hollis 2013-05-30 20:16:27 -07:00
parent 474b56ae25
commit 7bdf28a421
7 changed files with 17 additions and 3 deletions

View 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 |