-
You have to create an `.ejs` file for every new page you create.
A common usecase for me is to create a page per day, so I end up having a `.ejs` file and a `.md` file for every single day, with th…
-
Doing `node-debug src/app.js`
The immediate feedback from the terminal is :
```
Node Inspector v0.12.8
Visit http://127.0.0.1:8080/?port=5858 to start debugging.
Debugging src/app.js
Debugger liste…
-
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
-
I've fallen back to using `new WriteFilePlugin()`
and
```
app.use(
publicPath,
express.static(outputPath),
)
```
I.e. hosting the files from the file system manually. But I shouldn't …
-
### Problem
New people don't see value in using streams/observables as a primary structuring of app's logic.
New people are also told that this is complicated, and they have to learn observables fir…
3n-mb updated
7 years ago
-
OOTB the urlBase value in lb-services.js doesn't work on iPhone b/c it's a relative url.
You can manually edit it in the generated output file so that it works:
eg
from:
```
var urlBase = "/api";
…
-
**Before:**
```
---
layout: default
title: this is my title
description: this is my description
---
```
**After:**
```
--- layout: default title: this is my title description: this is my descript…
-
tried both branches: integration and master
./gradlew assemble
Starting a Gradle Daemon, 3 stopped Daemons could not be reused, use --status for details
Download http://public.dhe.ibm.com/ibmdl/e…
-
This program is not in the package manager for my distribution, that distribution being Mint. So I used `git clone` to get the code. At that point I discovered that there are no instructions for how t…
ghost updated
7 years ago
-
**Sails version**: v0.12.3
**Node version**: v4.4.5
**NPM version**: 2.15.5
**Operating system**: Mac OS X 10.11.6
When I do
`sails new apiCredenciales --no-frontend`
it result a …