Module: DirectInject::InternalHelpers

Included in:
PublicApi
Defined in:
lib/direct_inject/internal_helpers.rb

Constant Summary collapse

ASSET_EXTENSIONS =
{
  :javascript => '.js',
  :stylesheet => '.css'
}