Skip to content

Commit

Permalink
Removed inclusion of browsersync script for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
paulvanbuuren committed May 20, 2021
1 parent d5a6c11 commit a9b743f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,5 @@
<?php Template::Render('site-footer'); ?>
<?php wp_footer(); ?>

<?php if(OD_ENV == 'local') : ?>
<!-- browser sync -->
<script id="__bs_script__">//<![CDATA[
document.write("<script async src='http://HOST:3000/browser-sync/browser-sync-client.2.12.10.js'><\/script>".replace("HOST", location.hostname));
//]]> </script>
<?php endif; ?>
</body>
</html>

0 comments on commit a9b743f

Please sign in to comment.