Skip to content

Commit 7062469

Browse files
authored
Update index.blade.php
1 parent cc1847d commit 7062469

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/views/index.blade.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,12 @@
2323
</script>
2424

2525
<script src="/js/app.js"></script>
26+
27+
@if ( Config::get('app.debug') )
28+
<script type="text/javascript">
29+
document.write('<script src="//localhost:35729/livereload.js?snipver=1" type="text/javascript"><\/script>')
30+
</script>
31+
@endif
32+
2633
</body>
2734
</html>

0 commit comments

Comments
 (0)