Skip to content

A plugin for AssetHost that provides KPCC-specific functions.

License

Notifications You must be signed in to change notification settings

SCPR/asset_host_kpcc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssetHost KPCC

This is a plugin for AssetHost that provides functionality specific to KPCC. You can use this codebase as a reference for how to build your own plugin for AssetHost.

What is an AssetHost plugin?

AssetHost is a Ruby application that uses the Rails web framework, hence a plugin for AssetHost is a Ruby "gem" package containing extra Ruby code and front-end assets that get executed by AssetHost.

Features of this plugin

  • Adds a time-saving visual indicator that tells the user if the image is proper to use in KPCC content
  • Honeybadger error logging.

Getting Started

You must be using a version of AssetHost >= 3.0

Installation

  1. Add the following line to your Gemfile: gem 'asset_host_kpcc', github: 'scpr/asset_host_kpcc'
  2. Run bundle install
  3. Run rails g asset_host:asset_host_kpcc:install

About

A plugin for AssetHost that provides KPCC-specific functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published