Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore folder(s) on build. #10

Closed
chrisbuttery opened this issue Apr 15, 2012 · 2 comments
Closed

Ignore folder(s) on build. #10

chrisbuttery opened this issue Apr 15, 2012 · 2 comments
Assignees
Milestone

Comments

@chrisbuttery
Copy link

Hi,
Is it possible to tell Wintersmith to ignore a folder on build?
I'm using Compass and wish for WS to ignore my 'sass-src' folder so it's not copied and placed in the build dir.

cheers

@jnordberg
Copy link
Owner

No, there is currently no way to ignore files or folders. But this is definitely something that should be added.

Perhaps a configuration option using glob patterns, something like:

{
  ..
  "ignore": [
    "*.DS_Store",
    "secretFolder/**"
  ]
}

@ghost ghost assigned jnordberg Apr 15, 2012
@chrisbuttery
Copy link
Author

Yeah that would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants