Commit 18a9b229 authored by Leo Iannacone's avatar Leo Iannacone

removed stylus - not needed for simples css

parent febcd1a9
......@@ -20,7 +20,6 @@ app.configure(function(){
app.set('view engine', 'ejs');
app.use(express.bodyParser());
app.use(express.methodOverride());
app.use(require('stylus').middleware({ src: __dirname + '/public' }));
app.use(app.router);
app.use(express.static(__dirname + '/public'));
app.use(config.debomatic.webpath, express.directory(config.debomatic.path));
......
......@@ -4,7 +4,6 @@
, "private": true
, "dependencies": {
"express": "2.5.8"
, "stylus": ">= 0.0.1"
, "ejs": ">= 0.0.1"
, "socket.io": "*"
, "node-fs": "*"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment