-
I'm getting the same strange errors mentioned here:
https://github.com/jenius/roots/pull/662
and that are seemingly fixed in roots records here:
https://github.com/carrot/roots-records/issues/22
I'l…
-
requirejs 형태로 대동단결
-
if put .jade and .coffee into same level folder meteor will load .coffee before .jade, then it causes no such template.
now i put .jade into a deep folder, but i think this is not convenient.
-
all things in configs are defaults, can be changed on a per-user/group basis in luckperms
(including waila/jade knockoff bossbar)
-
Hi,
I Install your plugin locally by npm install sc5-styleguide --save-dev then I build style guide by npm run demo and when I go to hmm for ex. 2.3 Buttons I saw two tabs "Show CSS" and "Show markup"…
-
See pugjs/pug#2184.
-
[Наследование](https://pugjs.org/language/inheritance.html) лучше include.
Пример:
Есть шаблон страницы. Мы его наверстали. Все классно. Но такое вот дело.
```pug
html
body
header
…
-
This syntax seems not to be supported
``` jade
- var x = "datablabla"
```
throws
`Uncaught Error: No such function: var` in chrome console.
-
The idea is that a single jade file generates all the code needed to Meteor. At least the client side.
For example, something like that:
# sample.jade
``` jade
head
title Sample
body
h1 Welcome …
-
The Jade documentation states:
> Including files that are not jade just includes the raw text.
but CodeKit does not recognize such`include`s. I also tried adding those files manually by dragging the…