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

render fails if the theme has a code.css #1290

Closed
mgaitan opened this issue May 18, 2014 · 1 comment
Closed

render fails if the theme has a code.css #1290

mgaitan opened this issue May 18, 2014 · 1 comment
Assignees
Milestone

Comments

@mgaitan
Copy link
Contributor

mgaitan commented May 18, 2014

The conf.py says:

# Color scheme to be used for code blocks. If your theme provides
# "assets/css/code.css" this is ignored.

I've provided one but then I can't render my site

(blog)tin@morochita:~/lab/blog$ nikola build
Scanning posts.....done!
ERROR: Two different tasks can't have a common target.'output/assets/css/code.css' is a target for copy_files:output/assets/css/code.css and copy_assets:output/assets/css/code.css.
(blog)tin@morochita:~/lab/blog$ 
@Kwpolska Kwpolska added this to the v7.0.1 milestone May 18, 2014
@Kwpolska
Copy link
Member

The check must have been broken…

In the meantime, as a fix, you can nuke the generation part from our sources (just delete line 72 and everything after it).

Kwpolska added a commit that referenced this issue May 18, 2014
Signed-off-by: Chris “Kwpolska” Warrick <kwpolska@gmail.com>
@Kwpolska Kwpolska self-assigned this May 18, 2014
Kwpolska added a commit that referenced this issue May 18, 2014
fix #1290 -- make code.css in files/ work again
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

2 participants