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

Add a mechanism to skip copying static files from a parent template #118

Open
hegemonic opened this issue Jan 8, 2015 · 0 comments
Open
Milestone

Comments

@hegemonic
Copy link
Owner

I'm working on changes that will make it possible to create child templates. As part of those changes, I'm setting things up so that if a child template and a parent template both specify static files to copy, Baseline will merge the lists of static files and copy all of them. This creates problems if, for example, a child template overrides Baseline's default fonts; in this case, there's no reason to copy Baseline's font files to the output directory.

There should be a config setting that allows child templates to prevent specific static files (or directories of static files) from being copied to the output directory.

@hegemonic hegemonic added this to the 0.5.0 milestone Jan 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant