-
I updated using composer resulting to this error.
http://prntscr.com/aclcck
Here is how I declare it:
http://pastebin.com/iFttTPLt
-
Simple as possible example (tested in last **(1.4.2)** and some previous version theat I'm used also):
index.jade (file that we will be rendered as top template):
doctype html5
html(lang='ru', dir=…
-
The requested package talesoft/tale-jade-laravel could not be found in any version, there may be a typo in the package name.
And when I search "talesoft/tale-jade" on https://packagist.org/search/?q=…
Riant updated
8 years ago
-
When i add space at the end of any keyword, i have failed to compile error.
For example:
hr
-
I'm trying to run the latest version (with tails 0.1) but when I run the sample code I get an error on file: /tale-jade/Renderer.php -> The passed adapter doesn't exist. Any ideas?
-
The following code causes a fatal:
```
extends layout
block vars
- var title="Hello World"
- var username=""
block content
.homepage
#main.top-content
```
The error:
```
Parse error: …
-
This is valid jade syntax
``` jade
ul
- for ($i=0; $i
hason updated
8 years ago
-
Great work! I would like to add a compiler for Twig, like [MtHaml](https://github.com/arnaud-lb/MtHaml). Should I create a new project or PR for this repository?
hason updated
8 years ago
-
Hi, I'm trying to use interpolation in elements attributes like this (the code is just and example to demonstrate the error):
``` jade
$dir= "http://my-site/content"
//- Works fine
p #{$dir}/assets
/…
-
With this:
```
.blogentry(itemscope itemtype="http://schema.org/BlogPosting")
```
I get this:
> Failed to lex jade: Unclosed attribute block (Line: 2, Offset: 21)
Any pointers?