Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
removed livereload from prod
Browse files Browse the repository at this point in the history
  • Loading branch information
kelaraj committed Sep 18, 2013
1 parent 612b014 commit 2407999
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/includes/foot.jade
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ script(type='text/javascript', src='js/controllers/index.js')
script(type='text/javascript', src='js/controllers/header.js')
script(type='text/javascript', src='js/init.js')

//Livereload script rendered
script(type='text/javascript', src='http://localhost:35729/livereload.js')
if (req.host='localhost')
//Livereload script rendered
script(type='text/javascript', src='http://localhost:35729/livereload.js')

0 comments on commit 2407999

Please sign in to comment.