Skip to content

Commit

Permalink
Properly run JSHint
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Dec 25, 2013
2 parents 822d7ca + 2435a73 commit d8fe54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/includes/foot.jade
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ script(type='text/javascript', src='/js/init.js')

if (process.env.NODE_ENV == 'development')
//Livereload script rendered
script(type='text/javascript', src='http://' + req.host + ':35729/livereload.js')
script(type='text/javascript', src='http://' + req.host + ':35729/livereload.js')

0 comments on commit d8fe54d

Please sign in to comment.