Merge branch 'master' of github.com:hakimel/reveal.js into dev
This commit is contained in:
		@@ -9,7 +9,7 @@ var staticDir	= express.static;
 | 
			
		||||
io				= io.listen(app);
 | 
			
		||||
 | 
			
		||||
var opts = {
 | 
			
		||||
	port: 1948,
 | 
			
		||||
	port: process.env.PORT || 1948,
 | 
			
		||||
	baseDir : __dirname + '/../../'
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user