lib/hanami/assets/config/manifest.rb in hanami-assets-1.3.4 vs lib/hanami/assets/config/manifest.rb in hanami-assets-1.3.5

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + module Hanami module Assets # This error is raised when the application starts but can't be load the # manifest file. # @@ -81,14 +83,14 @@ # @since 0.1.0 # @api private class Manifest # @since 0.4.0 # @api private - TARGET = 'target'.freeze + TARGET = "target" # @since 0.3.0 # @api private - SUBRESOURCE_INTEGRITY = 'sri'.freeze + SUBRESOURCE_INTEGRITY = "sri" # Return a new instance # # @param assets [Hash] the content of the manifest # @param manifest_path [Pathname] the path to the manifest