move bundle script tag to the bottom of body

This commit is contained in:
Riku Rouvila
2014-04-04 09:31:19 +03:00
parent 001c85e2bc
commit ce52ef25a9

View File

@@ -3,6 +3,6 @@ html
head
title Gulp template
link(rel='stylesheet', href='css/style.css')
script(src='js/bundle.js')
body
h1 Hello world!
script(src='js/bundle.js')