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
Hello! In index.ejs i have included partial <% include partials/_header.ejs %> if i change this file _header.ejs nothing happens.
index.ejs
<% include partials/_header.ejs %>
_header.ejs
The text was updated successfully, but these errors were encountered:
I use htmlmin options for child partial. It works in parent partial, but it doesnot work in child partial.
htmlmin
Sorry, something went wrong.
fix: add child to webpack deps bazilio91#31,bazilio91#19
dc2a25a
Duplicate #19
No branches or pull requests
Hello!
In
index.ejs
i have included partial<% include partials/_header.ejs %>
if i change this file_header.ejs
nothing happens.
The text was updated successfully, but these errors were encountered: