lib/hanami/assets/configuration.rb in hanami-assets-1.0.0.beta1 vs lib/hanami/assets/configuration.rb in hanami-assets-1.0.0.beta2
- old
+ new
@@ -519,9 +519,10 @@
# Load the configuration
#
# This MUST be executed before to accept the first HTTP request
#
# @since 0.1.0
+ # @api private
def load!
if (fingerprint || subresource_integrity) && manifest_path.exist?
@public_manifest = Config::Manifest.new(
JSON.parse(manifest_path.read),
manifest_path