-
# After run npm install compound -g:
npm ERR! Please include the following file with any support request:
npm ERR! /home/martin/npm-debug.log
martin@martin-Satellite-C655:~$ npm install compound …
-
Proposition for a new rule:
Avoid unnecessary use of #{...}
default: warning
``` jade
//- Valid
p= someVariable
//- Invalid
p #{someVariable}
```
``` jade
//- Valid
a(href=my.url)
//- Invalid
a(h…
-
https://www.cosmopolitan.com/uk/fashion/celebrity/a42352745/jade-thirlwall-naked-dress/?utm_medium=referral&utm_source=upday&utm_campaign=syndication
-
Might be interesting to see any example of serving up template files using a popular templating engine (hogan, jade, ejs, etc...) and not just `.js` template files.
-
We have a nice sample in the video-samples repository from a Chinese station that comes with DVB subtitles in Chinese.
Chinese DVB/Yan Oi Tong Charity Show 2014 [Live] - High Definition Jade - 2014-1…
-
hello, thank you for your job.
AM/PM time recode is not convenient
maybe can support 24 hour time?
-
http://stackoverflow.com/questions/14568409/jade-lang-how-to-add-a-new-line-manually
I tried add
```jade
= "\n"
```
it does not work
-
Hey, I'm trying to use this in Jade:
```
- partial('partials/facebookSDK')
```
But it just gives me "path must be a string"
What am I doing wrong?
-
To mitigate any HTTP cache issues, we need to add content hash to JS / CSS file names, and refer to these names from our jade files.
-
When working with Jade files using `spike watch`, compile times are running from 2-3 seconds. Does the "selective compile" feature allow for more granularity?
[Discussion](https://gitter.im/static-de…