My first gem, and one of my first Ruby projects, so I'll take any help I can get. Still a work in progress, and I'm using this for a side project that I'm working on right now.
TODO: Write the compiled templates file in a smarter way that doesn't overwrite the entire thing every time you make a change.
Add this line to your application's Gemfile:
gem 'guard-ejs'
And then execute:
$ bundle
Or install it yourself as:
$ gem install guard-ejs
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request