module Gulp::Pipeline::Rails::Patches::MetaRequestMiddlewaresHeaders

Public Instance Methods

asset?(path) click to toggle source
# File lib/gulp/pipeline/rails/patches/metarequest_middlewares_headers.rb, line 8
def asset?(path)
  @app_config.respond_to?(:assets) && Assets.path_starts_with?(path)
end