Skip to content

Commit

Permalink
Packaging. This resolves #8.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoto-Cocoa committed Nov 1, 2019
1 parent a574aed commit cd71540
Show file tree
Hide file tree
Showing 5 changed files with 1,438 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ node_modules/
*.log*
config.json
test*
dists*
4 changes: 4 additions & 0 deletions copy-dep-node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion http-server.js
Expand Up @@ -17,7 +17,7 @@ const Database = require('./Database'), db = new Database('data.sqlite3', logger
const HTMLBuilder = require('./HTMLBuilder'), htmlBuilder = new HTMLBuilder('* { font-family: futura-pt, sans-serif; }', '<link rel="stylesheet" href="https://use.typekit.net/mkg6rly.css">');
const config = require('./config');
const fs = require('fs');
const cwd = process.cwd();
const cwd = __dirname;

const URL = require('url');
const style = {
Expand Down

0 comments on commit cd71540

Please sign in to comment.