-
I naively added
```
os:
- linux
- osx
- windows
```
but there are a few issues:
1. The "windows" build seems to be occurring on a linux machine. maybe this somehow is how it's supposed to work, bu…
-
I added the info per the read me and set the engine in the views.js file and added inert and vision in web.js.
Inside web.js I also added
```
views: {
engines: {
html: require('handlebar…
-
Right now you serve up a static directory by putting the following in app.config.main.paths:
`www: path.resolve(__dirname, '..', 'dist')`
Would it make sense to modify this configuration so that you …
weyj4 updated
8 years ago
-
Failed after: https://github.com/trailsjs/trailpack-hapi/pull/66
```
error:
Error: Unknown handler: file
at Object.exports.contain.exports.reachTemplate.exports.assert.condition [as assert] (/Vo…
-
-
#### Issue Description
Object.freeze on some arrays causes exception to be thrown:
```
TypeError: Cannot prevent extension of an object with external array elements
```
Looks like possibly a v8 bug…
-
There is no A record for www.trailsjs.io, it dumps you to a 'park' page.
-
There a problem with the generated `package.json` cause it include only files under `lib` and ignore other files on `npm publish`.
Maybe we could remove this or put :
```
"files": [
"lib",
…
-
There a problem when merging configs here https://github.com/trailsjs/trailpack/blob/master/lib/util.js#L44 cause if trailpacks have Arrays, they're replace and not merged. I have the problem in trail…
-
When a file exist yeoman ask if we want to overwrite it.
Is it possible to have a custom message instead of "Overwrite _file_ ?" ? Or add a message before maybe ?
I didn't find this on the doc.