Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 353 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 353 Bytes

Guard::Handlebars

Install

As the gem name suggests this is a guard extension. Make sure you get guard first.

Install the gem:

gem install guard-handlebars

Add it to your Gemfile if you're using bundler (you should)

gem 'guard-handlebars'

Add a basic guard setup:

guard init handlebars