Skip to content

Instantly share code, notes, and snippets.

@cobinrox
cobinrox / pug.md
Last active February 24, 2022 14:06
Pug Notes

On-Line PUG Info/Resources

  • Richard Stibbard videos: https://www.youtube.com/watch?v=_kOWcRur7f0&list=PLz_6dB4PItBEYHIDnXPUI81pTQ_71eEqS&t=0s
  • Run-time PUG syntax engine: https://naltatis.github.io/jade-syntax-docs/

Download and Run PUG CLI Real-Time Compiler

The PUG CLI allows you to create .html files from your PUG files during development, in near-real-time

  1. Install pug cli:
       npm install -g pug-cli