# File lib/sprockets/preprocessor.rb, line 28 def provide(asset_path) return if !asset_path || asset_paths.include?(asset_path) asset_paths << asset_path end