-
There is a bug in the shim for Object.keys in jade, which is fixed in jade long time ago (in runtime.js) but is still present in your source, please update the source so the users would not need to up…
-
#### Issue Description
Occurs after I run `yo trails`:
```
npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
```
#### Environmen…
-
https://www.npmjs.com/package/unified
Would end up being like the following:
``` js
var jade = jstransformer().use(jade);
var output = jade.process(input);
```
Or https://github.com/jonschlinkert/b…
-
Hi, I'm using express 3.4.7. Before I imported express-partials, I used blocks to organize my views,
in layout.jade
```
body
block content
```
in index.jade
```
extends layout
block content
…
-
The loader seems to not take into account the `context` webpack key.
If I do this with my all my code in the `client` folder:
```
module.exports = {
context: path.join(__dirname, '/client'),
mod…
-
In jade you can do this: http://jade-lang.com/reference/mixins/
-
This isn't a big deal right now, but after the version of Jade is released that removes implicit textOnly, fix-jade should still be able to validly run over .jade files that target that version - in o…
-
Se requiere el soporte para el front matter en gatsby, para ello se debe considerarse los siguientes valores como por ejemplo:
```
author: jansanchez
comments: true
date: 2014-03-14 21:31:48+00:…
-
Add udev rules to the docs & maybe in gui:
# Ledger -> /etc/udev/rules.d/20-hw1.rules
```
# HW.1, Nano
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="1b7c|2b7c|3b7c|4b7c", TAG+…
-
Hi,
As my app got bigger and bigger I wanted to change the folder architecture using the following scaffholding:
src
|----app
|-------feature1
|----------feature.controll…