Find a way to load pugjs files in without compiling them. #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This might help... https://github.com/pugjs/pug/issues/3012
It would be good for us to be able to use the _[pattern].pug files to display pug instead of having a second file that starts with a dot.
That article is no help. The issue was closed with no solution.
This should be added to the readme / docs.
Including files with unrecognised extensions does not compile them.
In your design system implementation,
This will ensure that the .pug file will get processed and the .pp file will be handled as text will get compiled, but they should display correctly and remain in sync while maintaining the minimum number of files.