stakx-io/stakx

Target directory should be automatically ignored as asset

Closed this issue · 0 comments

System Information

stakx Version:

0.1.2-beta1

Operating System

cross-platform

Expected behavior

I define my site's output via the target setting in my _config.yml as a folder without an underscore at the beginning and I expect to get the folder built correctly.

Actual behavior

I get a copy of the target directory within the target directory since it's being treated as an asset.

Steps to reproduce behavior

# _config.yml

target: MySite

Build the site normally.

Explicitly defining the target folder under my exclude settings prevents this from happening.