unhappychoice/lita-aws-cloudfront

View on GitHub
lib/lita-aws-cloudfront.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require 'lita'

Lita.load_locales Dir[File.expand_path(
  File.join('..', '..', 'locales', '*.yml'), __FILE__
)]

require 'lita/handlers/aws_cloudfront'

Lita::Handlers::AwsCloudfront.template_root File.expand_path(
  File.join('..', '..', 'templates'),
  __FILE__
)