-
Inicialmente não temos nenhuma ideia em mentes.
Pode liberar sua criatividade @baltazarparra.
Só precisamos de algo que tenha uma descrição sobre o CT (que temos aqui no Sobre) e os links para os re…
-
Describe your issue:
I want to use pug as template engine for sever side rendering.
Which version of Riot does it affect?
lastest.
How would you tag this issue?
- [x] Question
- [ ] Bug
- [ ] Disc…
zfben updated
8 years ago
-
each is undefined, for is undefined when trying to do functions in pug template.
-
``` pug
p= a + b
```
expect compiled to `$a + $b`,
actual `$a + b`, which cause runtime exception `Notice: Use of undefined constant b`
It seems all binary operators (+, -, *, /, %, &&, ||, etc.) ha…
-
Please help...
In my laravel porject
I include ` ` on my layout view
and called `$('#lfm').filemanager('image');` after inside a `$(document).ready(function(){});`
Im sure that
-jquery w…
-
https://github.com/webpack/webpack/releases/tag/v2.1.0-beta.26
The breaking change now forces -loader to be used. Since vue-loader internally also uses loaders the problem might be caused by this cha…
-
Per https://github.com/pugjs/pug/issues/2184 , the Jade template engine is being reamed to Pug, to deal with trademark issues around the original name.
The transition is still in-progress (their new …
-
By default, the current release generates projects with Jade, rather than the replacement, Pug. This is a legal (copyright) issue, more than a technical one:
https://github.com/pugjs/pug/issues/2184
-
It isn't clearly documented how to use pug filters with the express framework. Do we need to modify
```
app.set('view engine', 'pug');
```
https://expressjs.com/en/guide/using-template-engines.html …
-
After setting everything up setting the `layout` on the `index.pug` file to be `_layout` and rendering it. This is what the output is.
**Note:** Below are the files that I used.
**Actual:**
``` htm…