-
I am using https://github.com/crocodilejs/node-email-templates
Which is rather good to send emails from a node.js backend
because :
* It allow to use our own template engine (pug in my case)…
-
**Sails version**: 0.12.3
**Node version**: 4.2.3
**NPM version**: 2.14.7
**Operating system**: Ubuntu 14.04
Recently "jade" has been renamed to "pug" - see https://github.com/pugjs/pug/issues/…
-
There is any way to support Jade templates (or others)? I used to extend gulpfile with a task from previously version of ionic, but now better if it can be done with this tool
-
I am using ` ` to emphasize spaces at the end of a line, for example:
```pug
a.blue(v-if="index != 0", @click="prev")  
i.icon.angle.left.icon
```
It is causing this error:
```…
-
How can I add https://github.com/Gregwar/ImageBundle with image() helper to pug?
-
I'm trying to use the Readme but I can't seem to understand how to get this to work.
I have pug/jade already installed and that works. I've used the composer require etc and I have the composer fil…
-
Not sure if this has been asked here before or on SO but I thought I'd post here incase we need to convert to an issue.
I have the following route;
```javascript
app.get('/embed/:id.js', (req, …
-
I installed pug, uninstalled Jade, renamed the extensions and set the view engine in app.js to pug. Now, when I got to localhost:3000 i get these errors throws:
```
Error: No default engine was spec…
-
Athough I have declare the pug engine at the `package.json` and I still found this error.
Error thrown for request: /
Error: Cannot find module 'pug'
at Function.Module._resolveFilename (module.j…
-
Hello,
I have a question and maybe an enhancement proposal concerning helper functions. I created a simple helper function which needs a number as an argument to do some formatting. I've included t…