Skip to content

Commit

Permalink
removed obsolete sass
Browse files Browse the repository at this point in the history
  • Loading branch information
victorkane committed Jun 20, 2011
1 parent 89b6447 commit 1de190f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
5 changes: 0 additions & 5 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ app.configure(function(){
app.use(express.methodOverride());
app.use(app.router);
app.use(express.static(__dirname + '/public'));
app.use(express.compiler({ src: __dirname + '/views', enable: ['sass'] }));
});

app.configure('development', function(){
Expand Down Expand Up @@ -50,9 +49,5 @@ app.get('/', function(req, res){
})
});

app.get('/*.css', function(req,res){
res.render(req.params[0] + '.css.sass', { layout: false });
});

app.listen(3000);
console.log("Express server listening on port %d", app.address().port);
Empty file added public/stylesheets/style.css
Empty file.
28 changes: 0 additions & 28 deletions public/stylesheets/style.css.sass

This file was deleted.

0 comments on commit 1de190f

Please sign in to comment.