-
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…
-
Is it possible? Integration with profiler like Twig has?
-
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…
-
## Core modules
- [x] `catberry-locator` https://github.com/catberry/catberry-locator/pull/5
- [x] update all dependencies to their last versions
- [x] change node versions in the Travis conf…
rdner updated
7 years ago
-
The current build from master fails on Windows 10.
node: 8.1.2
npm: 5.0.3
debug.log
> 0 info it worked if it ends with ok
> 1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
> 1 ve…
-
The beta version for pug is written out as `2.0.0-betaX` which causes NPM to think that `beta2 > beta10` when determining how to satisfy a dependency like `^2.0.0-beta2`.
The correct format should …
-
I am trying to to a GET request to an object in a Pug file:
-
var xhr = new XMLHttpRequest();
xhr.open('GET', "//ipinfo.io/json", true);
xhr.send();
xhr.addEventList…
-
Is it possible to use this loader with [pug-loader](https://github.com/pugjs/pug-loader) ? (formerly jade template engine)
-
Hi,
although I have nothing against Handlebars, I've a real use-case to render not just handlebars, but also a templating engine that would parse jinja2/swig like syntax...
Is this something you guy…
mormy updated
7 years ago
-
**Do you want to request a _feature_ or report a _bug_?**
Bug.
**What is the current behavior?**
It seems that all native packages are rebuilt every time yarn is asked to either add a new package…