Skip to content

Commit

Permalink
Remove .serve('http') as http is already served
Browse files Browse the repository at this point in the history
  • Loading branch information
martindale committed Apr 9, 2015
1 parent bf1b633 commit 36c0852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maki.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ maki.define('Release', {
var analytics = new Analytics({ id: 'UA-57746323-2' });
maki.use( analytics ).serve(['http']).start();*/
maki.serve(['http']).start();
maki.start();

0 comments on commit 36c0852

Please sign in to comment.