Sha256: 080caab5eda3915e757415d1ba265da0791c8690899e7e0e2a842cb0d2002355

Contents?: true

Size: 345 Bytes

Versions: 27

Compression:

Stored size: 345 Bytes

Contents

# frozen_string_literal: true

require 'overcommit/hook/shared/bower_install'

module Overcommit::Hook::PostCommit
  # Runs `bower install` when a change is detected in the repository's
  # dependencies.
  #
  # @see Overcommit::Hook::Shared::BowerInstall
  class BowerInstall < Base
    include Overcommit::Hook::Shared::BowerInstall
  end
end

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
overcommit-0.52.0 lib/overcommit/hook/post_commit/bower_install.rb
overcommit-0.51.0 lib/overcommit/hook/post_commit/bower_install.rb
overcommit-0.50.0 lib/overcommit/hook/post_commit/bower_install.rb
overcommit-0.49.1 lib/overcommit/hook/post_commit/bower_install.rb
overcommit-0.49.0 lib/overcommit/hook/post_commit/bower_install.rb
overcommit-0.48.1 lib/overcommit/hook/post_commit/bower_install.rb
overcommit-0.48.0 lib/overcommit/hook/post_commit/bower_install.rb