Skip to content

Commit

Permalink
remove unappropriate files
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Rousseau committed Mar 15, 2012
1 parent e49f6d0 commit a48ecd5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 149 deletions.
18 changes: 0 additions & 18 deletions config/environment.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,3 @@ app.configure ->
app.use app.router


#httpProxy = require('http-proxy')
#proxy = new httpProxy.RoutingProxy()

#doProxy(req, res, next)
# proxy.proxyRequest(req, res,
# host: 'localhost'
# port: 3000



# target:
# host: '127.0.0.1'
# port: '4567'

#app.all "/noty-plus", (req, res) ->
# proxy.proxyRequest(req, res)


93 changes: 0 additions & 93 deletions install/install.sh

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
, "passport": ">= 0.1.6"
, "passport-local": ">= 0.1.1"
, "mongoose": ">= 2.5.10"
, "http-proxy": ">= 0.8.0"
, "mocha": ">= 0"
, "nodeunit": ">= 0"
, "sinon": ">= 0"
Expand Down
36 changes: 0 additions & 36 deletions router.coffee

This file was deleted.

1 change: 0 additions & 1 deletion server.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ if not module.parent
port = process.env.PORT or 3000
app.listen port
console.log "Railway server listening on port %d within %s environment", port, app.settings.env

0 comments on commit a48ecd5

Please sign in to comment.