-
Now web.js is copied from web server trailpack. So there some conflict on the `config/index.js` and some files are not added it can be the web.js but it can another config file from a trailpack choose…
-
Node.js v6.0.0, sqlite3 v3.1.3, Windows 10 x64.
I have an error "Cannot find module ...\sqlite3\lib\binding\node-v48-win32-x64\node_sqlite3.node".
There are only "node-v47-win32-x64" folder in ...\sql…
ghost updated
8 years ago
-
Hi there,
I am a new comer to Trails. After executing for the first time `npm start`.
The localhost url with the port should be printed with the "Basic Info".
Indeed, I had no idea of what was the de…
-
config/main.js
```
{
...
packs: [
require('trailpack-repl'),
require('trailpack-webpack'),
require('trailpack-autoreload')
]
...
}
```
When **second** autoreload triggered:
```
debu…
zuker updated
8 years ago
-
The relevant code is in the repo at lib/xfmr.js:61+.
Are we sure we want to limit handlers in this way? According to the Hapi docs,
"Alternatively, handler can be assigned an object with a single key…
weyj4 updated
8 years ago
-
Implement methods for footprints associations.
-
When environment is set to `production`, trails doesn't override default config by `config/env/production.js` file.
For example trailpack-repl is not disable, I can see debug logs and I put some con…
-
-
#### Issue Description
I moved the github markdown templates into .github folder
-
#### Issue Description
The ecosystem tests fail on `npm link` in windows. I don't know why.
```
>> 4. linking the local trails build into dependencies...
events.js:160
throw er; // Unhandled '…