Skip to content

Commit

Permalink
moving things around to be structured a little more like folks might
Browse files Browse the repository at this point in the history
suspect
  • Loading branch information
igroff committed Jan 19, 2016
1 parent afe9a6e commit 5ea0113
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/start
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source ${DIR}/setup-environment
exec $(npm bin)/coffee bin/epic-server.coffee
exec $(npm bin)/coffee server.coffee
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"scripts": {
"start": "bin/start ${PORT}",
"watch": "DEBUG=true ./node_modules/.bin/supervisor --watch bin/ --extensions .coffee --exec $(which bash) bin/start"
"watch": "DEBUG=true ./node_modules/.bin/supervisor --watch lib/ --extensions .coffee --exec $(which bash) bin/start"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion bin/epic-server.coffee → server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hogan = require 'hogan.js'
http = require 'http'
xmla = require 'xmla4js'
log = require 'simplog'
durations = require('./utils.coffee')
durations = require('./lib/utils.coffee')
durations = new durations.DurationTracker()
os = require 'os'
cluster = require 'cluster'
Expand Down

0 comments on commit 5ea0113

Please sign in to comment.