class Sprockets::BundledAsset
def dependency_paths
All paths that this asset depends on. This list may include
def dependency_paths @dependency_paths ||= build_dependencies_paths_and_assets[0] end
def dependency_paths @dependency_paths ||= build_dependencies_paths_and_assets[0] end