-
Notifications
You must be signed in to change notification settings - Fork 43
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
partials do not work #196
Comments
Ah I think it doesn't handle top-level text in a file. It assumes well formed HTML by default (that's how it decorates it for fast updates). Try wrapping the |
I think I might see the problem looking in the code as well, let me try to push a fix... |
cool, pls tell me when u pushed. Just try with |
I just pushed it to git, can you try using the master github branch as a dependency and see if that fixes it? If not I'll keep looking. If it works then I can make a release. :-) |
yay! works now, thanks a lot 👍 |
Awesome! Pushing a new release 0.10.4 now, expect it on hex momentarily. :-) |
Hi,
I have a bare minimum test Drab-powered app. In the
index.html.drab
I haveThen, next to
index.html.drab
I creatednavbar.html.drab
with contentThe compiler gives me this error:
As an excuse, I am using Drab and Phoenix for first time!
Thanks a lot
The text was updated successfully, but these errors were encountered: