Hammer has its own comment language that sits right inside your HTML, CSS and JavaScript files
Start using these in your projects today and you’ll wonder how you ever managed without them.
HTML Includes
Front-end developers shouldn't have to run local environments, or use PHP to do HTML includes. With Hammer, you don't have to.
<!-- @include _header.html -->
Clever Paths
Write asset paths the easy way. Hammer searches your project for the file and writes the filepath for you, even if it moves.
<!-- @path icons.png -->
Variables
Set and use variables in your files to bend them to your will. Perfect for building out templates, you can even set default values.
<!-- $foo Bar --><p><!-- $foo --></p>
Auto Reload
Every time Hammer finishes compiling your project, it will refresh the built pages in whichever web browser you’re using.
<!-- @reload -->
Stylesheets + JavaScripts
By using the special Stylesheet and JavaScript tags you can include multiple assets with minimum markup. Plus there’s no need for extensions; just like clever paths, Hammer will find the files itself.
<!-- @stylesheet normalize -->
<!-- @stylesheet assets/css/* -->
<!-- @javascript jquery app -->
For a complete guide to these special tags and all the other features in Hammer, please read through the Hammer Documentation