Skip to content

Commit

Permalink
Finishing touches throughout
Browse files Browse the repository at this point in the history
  • Loading branch information
arscan committed May 22, 2014
1 parent c0b18b5 commit 8457959
Show file tree
Hide file tree
Showing 19 changed files with 616 additions and 868 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = function(grunt) {
files: ['src/*.js', 'index.html', 'css/*', 'Gruntfile.js', 'browserify.js']
},
browserify: {
'build/<%= pkg.name %>.js': ['src/app.js']
'build/<%= pkg.name %>.js': ['src/main.js']
},
uglify: {
main: {
Expand Down
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: node app.js
web: node stream-server.js
238 changes: 0 additions & 238 deletions app.js

This file was deleted.

Loading

0 comments on commit 8457959

Please sign in to comment.