Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Fix merge conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
millette committed Jun 29, 2016
2 parents de45fe8 + b427259 commit 144b198
Show file tree
Hide file tree
Showing 45 changed files with 311 additions and 1,744 deletions.
4 changes: 0 additions & 4 deletions .bowerrc

This file was deleted.

10 changes: 0 additions & 10 deletions .editorconfig

This file was deleted.

8 changes: 0 additions & 8 deletions .gitignore
@@ -1,13 +1,5 @@
node_modules/
public/components
.sass-cache
npm-debug.log
cdb.js
db/sessions-development
db/users-development
.nyc_output
builder
public/css/style.css
wrk.js
old-stuff

5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

7 changes: 0 additions & 7 deletions Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions Dockerfile-orig

This file was deleted.

99 changes: 0 additions & 99 deletions app.js

This file was deleted.

10 changes: 0 additions & 10 deletions bin/www

This file was deleted.

12 changes: 0 additions & 12 deletions bower.json

This file was deleted.

Empty file removed db/.gitkeep
Empty file.
File renamed without changes.
40 changes: 0 additions & 40 deletions gulpfile.js

This file was deleted.

81 changes: 0 additions & 81 deletions lib/passport.js

This file was deleted.

17 changes: 0 additions & 17 deletions lib/utils.js

This file was deleted.

57 changes: 57 additions & 0 deletions manifest.json
@@ -0,0 +1,57 @@
{
"server": {
"app": {
"siteTitle": "Committed Streaker"
},
"load": { "sampleInterval": 1000 }
},
"connections": [{ "port": 3060 }],
"registrations": [
{ "plugin": "hapi-context-credentials" },
{ "plugin": "hapi-auth-couchdb-cookie" },
{ "plugin": "hapi-context-app" },
{ "plugin": "./plugins/login" },
{ "plugin": "inert" },
{ "plugin": "vision" },
{ "plugin": "lout" },
{
"plugin": {
"register": "visionary",
"options": {
"engines": { "ejs": "ejs" },
"path": "views",
"isCached": false
}
}
},
{
"plugin": {
"register": "hapi-favicon",
"options": {
"path": "./favicon.ico"
}
}
},
{
"plugin": {
"register": "good",
"options": {
"reporters": {
"console": [
{
"module": "good-squeeze",
"name": "Squeeze",
"args": [{
"response": "*",
"log": "*"
}]
},
{ "module": "good-console" },
"stdout"
]
}
}
}
}
]
}

0 comments on commit 144b198

Please sign in to comment.