Skip to content

Commit

Permalink
making demo a bit nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
alunny committed Oct 21, 2010
1 parent 5960d86 commit 91104c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions index.html
@@ -0,0 +1,9 @@
<!doctype html>
<html>
<head>
<title>sleight<title>
</head>
<body>
<p>Welcome to sleight! This is a static file, courtesy of paperboy</p>
</body>
</html>
2 changes: 1 addition & 1 deletion lib/sleight.js
Expand Up @@ -2,7 +2,7 @@ var http = require('http')
, path = require('path')
, paperboy = require('paperboy')
, defaults = {
public: path.dirname(__filename)
public: path.join(path.dirname(__filename), '..')
, port: 8088
, target: {
domain: 'www.phonegap.com'
Expand Down

0 comments on commit 91104c2

Please sign in to comment.