build command not reporting error with layouts #64
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
On my
Site
definition, I had the layouts assigned like below:where
BlogPost
is a custom layout inheriting fromContentPage
.When I run the
ignite build
command, it finishes with the message✅ Successfully built!
, but I look at theBuild/
folder and the contents using theBlogPost
layout are not there.I ran the executable scheme on Xcode and there I got an error
Failed to find layout named BlogPost.
Should there be a difference between these two building options?
I think it would be nice to have the
build
command reporting that error which I got reported when running the executable scheme on Xcode.The text was updated successfully, but these errors were encountered: