-
o-cookie-message has two variants: one is teal, and the alternate style is jade. It’s causing some confusion, where new ft.com projects use the default teal variant but find it's mismatched with the r…
-
-
jade and coffeescript compilation can be done in frontend js. sass is probably more tricky.
clkao updated
9 years ago
-
When I try to precompile .jade files, if I use an include (http://jade-lang.com/reference/#includes) the compilation fails with the following error:
/usr/local/lib/node_modules/tmpl-precompile/node_m…
ghost updated
10 years ago
-
NPM is generating the following warning:
```
npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
```
They renamed Jade because of …
ezaca updated
8 years ago
-
**Pug Version:** 2.0.0
**Node Version:** v8.1.3
## Input JavaScript Values
```js
const c = require('pug') // or jade
c.compileFile('test.pug') // or test.jade
```
## Input Pug
```
/…
-
/views/index.jade
/views/index/index.jade
/views/../index/index.jade
what?????
ghost updated
9 years ago
-
Is there any way to make the layouts and documents to be in one scope? So I could define Jade's mixins and variables in one layout file and then reuse them in the documents?
Right now I need to manua…
kizu updated
10 years ago
-
Is there a simple way to attach marked from its plugin to the Jade's plugin, so we could use the `:markdown` filter there?
kizu updated
11 years ago
-
I've been doing some thinking about how to simplify blocks in jade 2.0.0. I'd love to get people's thoughts.
# jade 1.x.x
- `yield` declares a block to be overridden when the template is included
- `…