Skip to content

Commit

Permalink
unignored public for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed May 28, 2013
1 parent 22f636c commit 9bd9643
Show file tree
Hide file tree
Showing 7 changed files with 14,429 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .gitignore
@@ -1,3 +1,2 @@
node_modules
components
public
components
3 changes: 0 additions & 3 deletions Makefile
@@ -1,6 +1,3 @@
web: clean build
node index.js

build: components
component build --out ./public
cd ./lib/iframe; make
Expand Down
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: make web
web: node index.js
4 changes: 0 additions & 4 deletions package.json
Expand Up @@ -3,14 +3,10 @@
"version": "0.0.1",
"private": true,
"dependencies": {
"jade": "~0.28.2",
"express": "~3.1.1",
"hbs": "~2.1.0",
"component-builder": "~0.7.0",
"inliner": "~0.1.14",
"uglify-js": "~2.2.5",
"mkdirp": "~0.3.5",
"humanize": "0.0.6",
"hn-item-cache": "0.0.2"
},
"engines": {
Expand Down

0 comments on commit 9bd9643

Please sign in to comment.