Conversation
| dist | ||
| .DS_Store | ||
| .env | ||
| mprocs.yaml |
There was a problem hiding this comment.
I figured, while I'm in here, I might as well ignore the config script for the tool I use to run dev and Foundry from one terminal window.
Henrik-Bonsmann
left a comment
There was a problem hiding this comment.
With a new system in place, I think it might be beneficial to make a note of pug and a link to their documentation somewhere in CONTRIBUTING.md so the on-boarding process for new people is as smooth as possible.
Other than that, I like the look and functionality of pug from what I can see.
Absolutely correct. I'm rolling through existing templates to convert them to use Pug right now, but I'll be sure to update our documentation to mention it. |
|
I'll look at this after the bugfix release :) |
Intent
This changeset adds Pug to our workflow.
Pug is a less verbose templating engine that outputs to HTML-like syntax. Thankfully, for our purposes, it'll convert to Handlebars just fine.
Why the heck?