-
Notifications
You must be signed in to change notification settings - Fork 119
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
Variable not shared #47
Labels
Comments
This is because pug-loader, according to Webpack tradition, uses Webpack's // var.jade
-locals.path='test';
// meta.jade
include ./var.jade;
// index.jade
doctype html
html
head
include ./meta.jade
body
include ./header
// header.pug
p #{path} |
thanks |
Check out #54. We've decided to make your original code work again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: