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

Dependency on generated item always unmet #885

Closed
denisdefreyne opened this issue Jul 1, 2016 · 1 comment
Closed

Dependency on generated item always unmet #885

denisdefreyne opened this issue Jul 1, 2016 · 1 comment

Comments

@denisdefreyne
Copy link
Member

Steps to reproduce:

  1. Create a new site

  2. Add the preprocess rule:

    preprocess do
      items.create('Hallo', {}, '/hallo.md')
    end
  3. Add <p><%= @items['/hallo.*'].compiled_content %></p> to content/index.html

  4. Update the index compilation rule:

    compile '/**/*.html' do
      filter :erb
      layout '/default.*'
    end

Expected result: the /index.html page is not needlessly recompiled.
Actual result: the /index.html page is always recompiled.

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