Skip to content

Commit

Permalink
"Update"
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjamesstone committed Apr 3, 2016
1 parent 0f423e4 commit 0f7cc60
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ node_modules
npm-debug.log
logs
config/pm2.json
config/server.json
client-config.json
server-config.json
16 changes: 16 additions & 0 deletions config/server.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"server": {
"host": "127.0.0.1",
"port": 3000,
"labels": "web"
},
"logging": {
"reporters": [{
"reporter": "good-console",
"events": { "log": ["info", "error"], "error": "*" }
}]
},
"views": {
"isCached": false
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noide",
"version": "0.0.8",
"version": "0.0.9",
"description": "Web Editor built on hapi and nes websockets using browserify, superviews.js, bootstrap and the ACE editor.",
"keywords": [
"Browser editor",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Now point your browser to http://localhost:3000/

You should see a page something like this:

![ide](https://raw.github.com/davidjamesstone/noide/screenshot.png "IDE")
![ide](https://raw.githubusercontent.com/davidjamesstone/noide/master/screenshot.png "IDE")


*** WARNING ***
Expand Down

0 comments on commit 0f7cc60

Please sign in to comment.