Automatic Reload
When you’re building your HTML and you’re writing your CSS you want to be able to quickly and reliably view the changes as they happen. Just use the @reload
tag in your <head>
element.
<!-- @reload -->
Hammer automatically refreshes your page whenever it rebuilds. Since it builds every time you save, it's a great way of viewing your changes as you write code.