Exception: SewingKit::Webpack::Manifest::OnlyUseInProductionError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sewing_kit/webpack/manifest/development.rb

Instance Method Summary collapse

Constructor Details

#initializeOnlyUseInProductionError

Returns a new instance of OnlyUseInProductionError.



86
87
88
89
# File 'lib/sewing_kit/webpack/manifest/development.rb', line 86

def initialize
  super("The SewingKit::Webpack::Manifest#manifest is intended "\
    "for deploying assets to a CDN. Do not use it in development.")
end