Coder Social home page Coder Social logo

Comments (2)

bep avatar bep commented on June 10, 2024

Try

server --disableFastRender  

The title of this issue isn't correct:

  • We cannot log an error before it happens.
  • For rebuilds on changes: In fast render mode, we only render the (content) page you edit and the last n visited pages with all of its dependencies.
  • Before Hugo v0.123.0 we always also rendered the home page. Now that we have a more robust "partial change tracker", we only render what you look at. Doing the old way is wasteful, esp. in common use cases having big JSON search indexes etc. being hooked to the home page.
  • Also, the old way worked the same way as described above when editing a template not used by the home page, so at least now it's easier to understand.

from hugo.

jmooring avatar jmooring commented on June 10, 2024

I understand, and when running with the --disableFastRender flag the error is displayed immediately. I'm inclined to close this because most typos like this are caught as expected, e.g.,

  {{ .Stor.Set "foo" "bar" }}

Error ... can't evaluate field Stor in type *hugolib.pageState

from hugo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.