-
Hello,
I found a critical bug with ractive js on iOS 9 Safari. The problem is that the page can't be loaded and keeps refreshing until Safari get message "A problem repeatedly occurred on page"
Try …
-
Hi,
I'd like to have a variable expanded inside a comment for inserting a cloudfront server in a useminPrepare block:
```
// build:js #{cloudfront}js/app.min.js
```
Just outputs the #{} verbatim:…
-
title= title ? title : 'Title'
Works on gulp-pug, but not on pug-php
kodal updated
7 years ago
-
The naming convention when using Twig inside CraftCMS is to name partial templates with an underscore, similar to SASS. For example product/_entry.html.
By default when CodeKit finds this type of f…
-
The following code does not work if a web application has not been deployed to the root context root (`/`).
script(src="/script/main.js", type="text/javascript")
This is because this transla…
-
hey first of all,
thanks for make pug for php :+1:
I have some ideas for pug.
## I think pug is for html, just for html
so what does it mean?
in `pug-php`, `- for ($i = 0; $i < $j; $i++)` render as…
-
Is it possible? Integration with profiler like Twig has?
-
I integrated this plugin on my site and works perfectly, however my custom 404 error page generates an internal error:
```__ is not a function: templates/404.pug:2```
Looks like the onPreRespon…
-
Hello,
my question is if it's possible to inherit(using extends) for example the `fieldSelect` just to include something in its templatе?
I don't want to just copy the whole field code and modify it…
-
You have used 'handlebars' as the template engine. It's fine.
Is it ok to use Pug to make this invoice ? I mean all the fields and data table ?
Then we can use a for loop like something and populate…