Lines Matching refs:pug
6 …* Improved runtime performance of pug's string escaping ([Andreas Lubbe](https://github.com/alubbe…
146 …* Use variables instead of properties of pug, improving performance and reliability with nested te…
262 * remove `pug.version` and fix `pug --version`
405 * Allow the compiled client to use it's own pug util functions [3rd-Eden]
446 * Fixed pug.1 typo
457 * Added pug manpage (`man pug` after installation for docs)
458 * Added `-D, --no-debug` to pug(1)
459 * Added `-p, --pretty` to pug(1)
460 * Added `-c, --client` option to pug(1)
499 * Added link in readme to pug-mode for Emacs
510 * pug.renderFile() is back! (for express 3.x)
525 * Fixed: include files with a .pug extension as pug files
545 * Added -p, --path <path> flag to pug(1)
547 * Added `pug.render(str[,options], fn)` back
551 * Fixed: set .filename option in pug(1) when passing filenames
576 * Fixed pug(1) support due to `res.render()` removal
590 * Removed `pug.render()` and `pug.renderFile()`
597 * Added `include` support for non-pug files
717 * Added `pug.js` for the client-side to the repo
718 * Added `pug.min.js` for the client-side to the repo
727 * Added pug `--version`
738 * Added client-side browser support via `make pug.js` and `make pug.min.js`.
748 * Fixed pug(1) stdio
753 * Added `mkdirs()` to pug(1)
754 * Added pug(1) stdio support
755 * Added new features to pug(1), `--watch`, recursive compilation etc [khingebjerg]
757 * Removed pug(1) `--pipe` flag
826 * Added link to vim-pug
951 * Added support for `pug.renderFile()` to utilize primed cache
952 * Added link to [textmate bundle](http://github.com/miksago/pug-tmbundle)