We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems the require order is not quite the same. I needed to make the following change in order to get to compiling:
+require "./pages/main_layout" require "./pages/**
Else I was getting an
Error in src/pages/blog/archive.cr:1: undefined constant MainLayout class Blog::ArchivePage < MainLayout
I have no idea how to debug this, any tips?
The text was updated successfully, but these errors were encountered:
Hello !
Indeed it may have a bug on the ** wildcard. I'll check the require order when I have time.
**
regards,
Sorry, something went wrong.
No branches or pull requests
It seems the require order is not quite the same. I needed to make the following change in order to get to compiling:
+require "./pages/main_layout" require "./pages/**
Else I was getting an
I have no idea how to debug this, any tips?
The text was updated successfully, but these errors were encountered: