Sha256: b46f019c777bc5867dff54452a3c1c821aaa9a9f2283b20b1a7534f9ae86f5b0

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 Bytes

Contents

module Bently

  class GuardLivereload < RailsRecipe

    homepage 'https://github.com/guard/guard-livereload/blob/master/README.md'

    def initialize
      gem_group :development do
        gem 'guard-livereload'
      end
      bundle
      run 'guard init livereload'
    end

  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bently-1.0.2 lib/bently/recipe/guard-livereload.rb
bently-1.0.1 lib/bently/recipe/guard-livereload.rb
bently-1.0.0 lib/bently/recipe/guard-livereload.rb