Started editing and adding real content.

This commit is contained in:
José Carlos Cuevas 2013-06-01 22:10:17 +02:00
parent 0d7706512c
commit ba947ebaa0

View file

@ -25,7 +25,7 @@ var express = require('express')
var app = express();
var database = new sqlite.Database('game.db');
var database = new sqlite.Database('/home/reset/tyedye/game.db');
// Custom compile function for using nib alongside stylus
function compile(str, path) {